diff options
| author | Lukáš Tinkl <[email protected]> | 2014-11-03 23:52:18 +0100 |
|---|---|---|
| committer | Lukáš Tinkl <[email protected]> | 2014-11-03 23:52:18 +0100 |
| commit | 037d5db85bb0bd798d40c557d424c5c9b87457a8 (patch) | |
| tree | e032bfeb3f7e6bf3a1e118ff195df9009949a7d6 /src/views/versioncontrol | |
| parent | b96def1856bfd043ba7dae56368ceed6940bd6c4 (diff) | |
Q_DECL_OVERRIDE
Diffstat (limited to 'src/views/versioncontrol')
| -rw-r--r-- | src/views/versioncontrol/updateitemstatesthread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/versioncontrol/updateitemstatesthread.h b/src/views/versioncontrol/updateitemstatesthread.h index 5c6c6a208..9b744d5b3 100644 --- a/src/views/versioncontrol/updateitemstatesthread.h +++ b/src/views/versioncontrol/updateitemstatesthread.h @@ -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 |
