]> vaikene.ee Git - evaf/blobdiff - src/apps/FileFinder/Engine/engine.h
Warning fixes and copyright update.
[evaf] / src / apps / FileFinder / Engine / engine.h
index a17d3ccfbcb22cab08805b46f6ca1c085d7bf94f..a6c2370f864a159f36344cbc601be38d6c9fd882 100644 (file)
@@ -3,7 +3,7 @@
  * @brief Module for the FileFinder application that searches for files
  * @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.
  *
@@ -181,7 +181,7 @@ class Worker : public QThread
 
 public:
 
-    Worker(QObject * parent = 0);
+    Worker(QObject * parent = nullptr);
 
     virtual ~Worker();