X-Git-Url: https://vaikene.ee/gitweb/pswgen11.html?a=blobdiff_plain;f=src%2Fapps%2FFileFinder%2FEngine%2Fengine.h;h=a6c2370f864a159f36344cbc601be38d6c9fd882;hb=4c0329c5c2690bde28212c89029015a5da4c7e34;hp=384fa40ae0ac03d44a128b5d417f0bc6e2d4ea12;hpb=e73fe47c7bba8066feeb68b0f1568f3ac493f50c;p=evaf diff --git a/src/apps/FileFinder/Engine/engine.h b/src/apps/FileFinder/Engine/engine.h index 384fa40..a6c2370 100644 --- a/src/apps/FileFinder/Engine/engine.h +++ b/src/apps/FileFinder/Engine/engine.h @@ -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. * @@ -21,6 +21,7 @@ # define __FILEFINDER_ENGINE_ENGINE_H #include "ifilefinder.h" +#include "version.h" #include @@ -62,6 +63,7 @@ class Module : public Plugins::iPlugin { Q_OBJECT Q_INTERFACES(eVaf::Plugins::iPlugin) + Q_PLUGIN_METADATA(IID VER_MODULE_NAME_STR) public: @@ -179,7 +181,9 @@ class Worker : public QThread public: - Worker(QObject * parent = 0); + Worker(QObject * parent = nullptr); + + virtual ~Worker(); /** * Starts a new search.