diff options
| author | Emmanuel Pescosta <[email protected]> | 2013-08-16 20:22:33 +0200 |
|---|---|---|
| committer | Emmanuel Pescosta <[email protected]> | 2013-08-16 20:22:33 +0200 |
| commit | 804e83f893d04ce4bed150d4e6bd39db2374d878 (patch) | |
| tree | 0968119e2ca88219d531bd8f5640ca273a8bba24 /src/dolphincontextmenu.h | |
| parent | b6477f4e653dc6f04a7413cd1c353fb486421526 (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.h | 3 |
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(); |
