diff options
Diffstat (limited to 'src/dolphincontextmenu.h')
| -rw-r--r-- | src/dolphincontextmenu.h | 6 |
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 |
