┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/revisioncontrolplugin.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2009-07-22 19:26:25 +0000
committerPeter Penz <[email protected]>2009-07-22 19:26:25 +0000
commita9ef4bd96a6aa7f4b730bc0b4ff676c56e382507 (patch)
treeab6757d346e5a8171a43f7c095fea51a80d1dffb /src/revisioncontrolplugin.h
parentebf78d6ac26467560e66beeb106d0650aafd60f3 (diff)
show the actions of a revision control plugin in the context menu
svn path=/trunk/KDE/kdebase/apps/; revision=1001270
Diffstat (limited to 'src/revisioncontrolplugin.h')
-rw-r--r--src/revisioncontrolplugin.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/revisioncontrolplugin.h b/src/revisioncontrolplugin.h
index 95751253a..055464b69 100644
--- a/src/revisioncontrolplugin.h
+++ b/src/revisioncontrolplugin.h
@@ -148,6 +148,11 @@ private:
QString m_directory;
QHash<QString, RevisionInfo> m_revisionInfoHash;
+
+ QAction* m_updateAction;
+ QAction* m_commitAction;
+ QAction* m_addAction;
+ QAction* m_removeAction;
};
#endif // REVISIONCONTROLPLUGIN_H