]> vaikene.ee Git - evaf/blobdiff - src/libs/Common/registry.h
Warning fixes and copyright update.
[evaf] / src / libs / Common / registry.h
index e8bf68b13128e1ab6e48b6787ad8093fc398eea6..3df7d58ac62526fae07086080ad984de3d082aed 100644 (file)
@@ -3,7 +3,7 @@
  * @brief Common registry implementation
  * @author Enar Vaikene
  *
- * Copyright (c) 2011 Enar Vaikene
+ * Copyright (c) 2011-2019 Enar Vaikene
  *
  * This file is part of the eVaf C++ cross-platform application development framework.
  *
@@ -66,7 +66,7 @@ private slots:
 
     /// Interface object destroyed
     /// We need to remove the interface from the list of registered interfaces
-    void interfaceDestroyed(QObject * obj = 0);
+    void interfaceDestroyed(QObject * obj = nullptr);
 
 };