Revision: 68998
          http://sourceforge.net/p/brlcad/code/68998
Author:   starseeker
Date:     2016-10-06 01:12:04 +0000 (Thu, 06 Oct 2016)
Log Message:
-----------
fix qged build

Modified Paths:
--------------
    brlcad/branches/qtged/src/qged/cadcommands.cxx

Modified: brlcad/branches/qtged/src/qged/cadcommands.cxx
===================================================================
--- brlcad/branches/qtged/src/qged/cadcommands.cxx      2016-10-06 01:05:54 UTC 
(rev 68997)
+++ brlcad/branches/qtged/src/qged/cadcommands.cxx      2016-10-06 01:12:04 UTC 
(rev 68998)
@@ -208,7 +208,6 @@
     app->register_command(QString("rcodes"), ged_rcodes);
     app->register_command(QString("regdef"), ged_regdef);
     app->register_command(QString("regions"), ged_tables);
-    app->register_command(QString("report"), ged_report);
     app->register_command(QString("rfarb"), ged_rfarb);
     app->register_command(QString("rm"), ged_remove); // 
to_pass_through_and_refresh_func
     app->register_command(QString("rmap"), ged_rmap);
@@ -244,7 +243,7 @@
     app->register_command(QString("size"), ged_size);
     app->register_command(QString("simulate"), ged_simulate); // 
cmd_ged_simulate_wrapper
     app->register_command(QString("slew"), ged_slew);
-    app->register_command(QString("solid_report"), ged_report);
+    app->register_command(QString("solid_report"), ged_solid_report);
     app->register_command(QString("solids"), ged_tables);
     app->register_command(QString("solids_on_ray"), ged_solids_on_ray);
     app->register_command(QString("summary"), ged_summary);
@@ -275,7 +274,7 @@
     app->register_command(QString("whichid"), ged_which);
     app->register_command(QString("who"), ged_who);
     app->register_command(QString("wmater"), ged_wmater);
-    app->register_command(QString("x"), ged_report);
+    app->register_command(QString("x"), ged_solid_report);
     app->register_command(QString("xpush"), ged_xpush);
     app->register_command(QString("ypr"), ged_ypr);
     app->register_command(QString("zap"), ged_zap); // 
to_pass_through_and_refresh_func

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to