Sfoglia il codice sorgente

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

Sascha Zelzer 13 anni fa
parent
commit
68187396c9
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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: