From ff243261742ecd70fb9e417614e757b5956c04aa Mon Sep 17 00:00:00 2001 From: Peter Penz Date: Sat, 10 Sep 2011 18:08:03 +0200 Subject: Provide KVersionControlPlugin version 2 Based on the work of Vishesh Yadav some extensions where required for the KVersionControlPlugin interface that have found there way now into KVersionControlPlugin2. Beside some interface cleanups it is now possible that a version control plugin may also provide context actions for directories or files that are not versioned yet. REVIEW: 102541 --- src/views/dolphinfileitemlistwidget.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/views/dolphinfileitemlistwidget.h') diff --git a/src/views/dolphinfileitemlistwidget.h b/src/views/dolphinfileitemlistwidget.h index 8435b5c18..87ed0333b 100644 --- a/src/views/dolphinfileitemlistwidget.h +++ b/src/views/dolphinfileitemlistwidget.h @@ -23,7 +23,7 @@ #include #include -#include +#include /** * @brief Extends KFileItemListWidget to handle the "version" role. @@ -43,7 +43,7 @@ protected: virtual void refreshCache(); private: - static QPixmap overlayForState(KVersionControlPlugin::VersionState state, int size); + static QPixmap overlayForState(KVersionControlPlugin2::ItemVersion version, int size); }; -- cgit v1.3.1