X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmainapp%2Fcommands.h;h=2b261e735493d97e8f5b1bbec4c2d128c2ea7363;hb=a18a12fc3bcb18e5c7ca5494d7f97fb8b93f90a2;hp=05d84c96ebad66772e9d46db73df339fee561d59;hpb=5adb444f3e523d3fd028617ced72d1ea6661db21;p=architektonas diff --git a/src/mainapp/commands.h b/src/mainapp/commands.h index 05d84c9..2b261e7 100644 --- a/src/mainapp/commands.h +++ b/src/mainapp/commands.h @@ -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 mainCommands; -// Q3Dict shortCommands; QMultiHash mainCommands; QMultiHash shortCommands; };