Преглед на файлове

Use the same name for signals as for the corresponding methods.

Sascha Zelzer преди 13 години
родител
ревизия
68187396c9
променени са 1 файла, в които са добавени 2 реда и са изтрити 2 реда
  1. 2 2
      Libs/CommandLineModules/Core/ctkCmdLineModuleManager.h

+ 2 - 2
Libs/CommandLineModules/Core/ctkCmdLineModuleManager.h

@@ -74,8 +74,8 @@ public:
 
 Q_SIGNALS:
 
-  void moduleAdded(const ctkCmdLineModuleReference);
-  void moduleRemoved(const ctkCmdLineModuleReference);
+  void moduleRegistered(const ctkCmdLineModuleReference&);
+  void moduleUnregistered(const ctkCmdLineModuleReference&);
 
 private: