]> Shamusworld >> Repos - architektonas/blobdiff - src/mainapp/commands.h
In the middle of chasing down MDI not activating bug, renaming of Graphic to
[architektonas] / src / mainapp / commands.h
index 05d84c96ebad66772e9d46db73df339fee561d59..2b261e735493d97e8f5b1bbec4c2d128c2ea7363 100644 (file)
@@ -7,10 +7,9 @@
 #define COMMANDS Commands::instance()
 
 /**
- * Class which holds all commands for the command line. This
- * is separated in this module to alow the use of different
- * languages for the gui and the command interface.
- * Implemented as singleton.
+ * Class which holds all commands for the command line. This is separated in
+ * this module to alow the use of different languages for the GUI and the
+ * command interface. Implemented as singleton.
  *
  * @author Andrew Mustun
  */
@@ -35,8 +34,6 @@ class Commands: public QObject
        private:
                Commands();
                ~Commands();
-//             Q3Dict<RS2::ActionType> mainCommands;
-//             Q3Dict<RS2::ActionType> shortCommands;
                QMultiHash<QString, RS2::ActionType *> mainCommands;
                QMultiHash<QString, RS2::ActionType *> shortCommands;
 };