Bläddra i källkod

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

Sascha Zelzer 13 år sedan
förälder
incheckning
68187396c9
1 ändrade filer med 2 tillägg och 2 borttagningar
  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: