diff options
| author | Emmanuel Pescosta <[email protected]> | 2014-01-16 12:55:42 +0100 |
|---|---|---|
| committer | Emmanuel Pescosta <[email protected]> | 2014-01-16 12:55:42 +0100 |
| commit | 419c7578f0ffec27737deafd2abd9d1356095216 (patch) | |
| tree | 8cbf423f291dfe9d510e82d4c89b330faf4c0b57 /src/views/versioncontrol/updateitemstatesthread.h | |
| parent | 8a46dd8d8e2374fda5a27d2079ef30722ee08000 (diff) | |
Remove the "retrieved items" code from UpdateItemStatesThread and VersionControlObserver.
Showing an error message, makes no sense in this case - the user can see it when all items are "unversioned".
The plugins still have the ability to show error/warning messages on real errors. (and only where it makes sense ;)
REVIEW: 114992
FIXED-IN: 4.13
Diffstat (limited to 'src/views/versioncontrol/updateitemstatesthread.h')
| -rw-r--r-- | src/views/versioncontrol/updateitemstatesthread.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/views/versioncontrol/updateitemstatesthread.h b/src/views/versioncontrol/updateitemstatesthread.h index 2914bc2b7..0e92a4cfd 100644 --- a/src/views/versioncontrol/updateitemstatesthread.h +++ b/src/views/versioncontrol/updateitemstatesthread.h @@ -65,8 +65,6 @@ public: QMap<QString, QVector<VersionControlObserver::ItemState> > itemStates() const; - bool retrievedItems() const; - protected: virtual void run(); @@ -74,7 +72,6 @@ private: QMutex* m_globalPluginMutex; // Protects the m_plugin globally KVersionControlPlugin* m_plugin; - bool m_retrievedItems; QMap<QString, QVector<VersionControlObserver::ItemState> > m_itemStates; }; |
