┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphincontextmenu.h
diff options
context:
space:
mode:
authorEmmanuel Pescosta <[email protected]>2013-08-16 20:22:33 +0200
committerEmmanuel Pescosta <[email protected]>2013-08-16 20:22:33 +0200
commit804e83f893d04ce4bed150d4e6bd39db2374d878 (patch)
tree0968119e2ca88219d531bd8f5640ca273a8bba24 /src/dolphincontextmenu.h
parentb6477f4e653dc6f04a7413cd1c353fb486421526 (diff)
Cut the ropes between DolphinMainWindow and DolphinNewFileMenu. Error handling is now done via signals.
REVIEW: 111989
Diffstat (limited to 'src/dolphincontextmenu.h')
-rw-r--r--src/dolphincontextmenu.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dolphincontextmenu.h b/src/dolphincontextmenu.h
index 180f91787..c9840eae5 100644
--- a/src/dolphincontextmenu.h
+++ b/src/dolphincontextmenu.h
@@ -95,6 +95,9 @@ protected:
virtual void keyPressEvent(QKeyEvent *ev);
virtual void keyReleaseEvent(QKeyEvent *ev);
+signals:
+ void errorMessage(const QString& error);
+
private:
void openTrashContextMenu();
void openTrashItemContextMenu();