]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/views/versioncontrol/versioncontrolobserver.h
Replaced the ItemState structure with QPair<KFileItem, KVersionControlPlugin2::ItemVe...
[dolphin.git] / src / views / versioncontrol / versioncontrolobserver.h
index 2c07b0614f1a8c376262e6f316083b47ad486dc4..562a599d2515ce1e97ab906f3cf144fc975b123c 100644 (file)
@@ -101,11 +101,7 @@ private slots:
     void slotThreadFinished();
 
 private:
-    struct ItemState
-    {
-        KFileItem item;
-        KVersionControlPlugin2::ItemVersion version;
-    };
+    typedef QPair<KFileItem, KVersionControlPlugin2::ItemVersion> ItemState;
 
     void updateItemStates();