┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincontextmenu.h
diff options
context:
space:
mode:
authorPeter Penz <[email protected]>2007-04-09 19:12:54 +0000
committerPeter Penz <[email protected]>2007-04-09 19:12:54 +0000
commitc8a4f1fd8d3c9b50e51b7234123b3fbe0b979552 (patch)
treec8e29897fa7457cd31ffb51666c7e3cb8a5a2fea /src/dolphincontextmenu.h
parent30161a7b3fe76578f43a61381c98a5ae475ed52a (diff)
adapt Dolphin to kdelibs coding style (http://techbase.kde.org/Policies/Kdelibs_Coding_Style) by using:
astyle --indent=spaces=4 --brackets=linux \ --indent-labels --pad=oper --unpad=paren \ --one-line=keep-statements --convert-tabs \ --indent-preprocessor \ `find -type f -name '*.cpp'` `find -type f -name '*.h'` svn path=/trunk/KDE/kdebase/apps/; revision=651981
Diffstat (limited to 'src/dolphincontextmenu.h')
-rw-r--r--src/dolphincontextmenu.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/dolphincontextmenu.h b/src/dolphincontextmenu.h
index 5674c96c3..17c980215 100644
--- a/src/dolphincontextmenu.h
+++ b/src/dolphincontextmenu.h
@@ -109,7 +109,8 @@ private:
const QString& entryName) const;
private:
- struct Entry {
+ struct Entry
+ {
int type;
QString name;
QString filePath; // empty for separator
@@ -118,7 +119,8 @@ private:
QString comment;
};
- enum ContextType {
+ enum ContextType
+ {
NoContext = 0,
ItemContext = 1,
TrashContext = 2