From c44b9e685e55c419be2d139744233d232da82898 Mon Sep 17 00:00:00 2001 From: Emmanuel Pescosta Date: Sun, 29 Sep 2013 18:08:06 +0200 Subject: Show the right version states for expanded items. BUG: 267171 FIXED-IN: 4.11.3 REVIEW: 112980 --- src/views/versioncontrol/updateitemstatesthread.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/views/versioncontrol/updateitemstatesthread.h') diff --git a/src/views/versioncontrol/updateitemstatesthread.h b/src/views/versioncontrol/updateitemstatesthread.h index a28169755..2914bc2b7 100644 --- a/src/views/versioncontrol/updateitemstatesthread.h +++ b/src/views/versioncontrol/updateitemstatesthread.h @@ -47,7 +47,7 @@ public: * @param itemStates List of items, where the states get updated. */ UpdateItemStatesThread(KVersionControlPlugin* plugin, - const QList& itemStates); + const QMap >& itemStates); virtual ~UpdateItemStatesThread(); /** @@ -63,7 +63,7 @@ public: */ void unlockPlugin(); - QList itemStates() const; + QMap > itemStates() const; bool retrievedItems() const; @@ -75,7 +75,7 @@ private: KVersionControlPlugin* m_plugin; bool m_retrievedItems; - QList m_itemStates; + QMap > m_itemStates; }; #endif // UPDATEITEMSTATESTHREAD_H -- cgit v1.3