diff options
Diffstat (limited to 'src/views/versioncontrol/updateitemstatesthread.h')
| -rw-r--r-- | src/views/versioncontrol/updateitemstatesthread.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/views/versioncontrol/updateitemstatesthread.h b/src/views/versioncontrol/updateitemstatesthread.h index 5c6c6a208..92a9d59c9 100644 --- a/src/views/versioncontrol/updateitemstatesthread.h +++ b/src/views/versioncontrol/updateitemstatesthread.h @@ -20,7 +20,7 @@ #ifndef UPDATEITEMSTATESTHREAD_H #define UPDATEITEMSTATESTHREAD_H -#include <libdolphin_export.h> +#include "libdolphin_export.h" #include <views/versioncontrol/versioncontrolobserver.h> #include <QMutex> @@ -53,7 +53,7 @@ public: QMap<QString, QVector<VersionControlObserver::ItemState> > itemStates() const; protected: - virtual void run(); + virtual void run() Q_DECL_OVERRIDE; private: QMutex* m_globalPluginMutex; // Protects the m_plugin globally |
