Bladeren bron

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

Sascha Zelzer 13 jaren geleden
bovenliggende
commit
68187396c9
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  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: