]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphincontextmenu.h
adapt Dolphin to kdelibs coding style (http://techbase.kde.org/Policies/Kdelibs_Codin...
[dolphin.git] / src / dolphincontextmenu.h
index 5674c96c31da4cbb67669488c7c694a35da4fff6..17c9802154332bb1c27ed18fead69aa180594bcf 100644 (file)
@@ -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