From 419c7578f0ffec27737deafd2abd9d1356095216 Mon Sep 17 00:00:00 2001 From: Emmanuel Pescosta Date: Thu, 16 Jan 2014 12:55:42 +0100 Subject: 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 --- src/views/versioncontrol/updateitemstatesthread.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/views/versioncontrol/updateitemstatesthread.h') 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 > 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 > m_itemStates; }; -- cgit v1.3.1