diff options
Diffstat (limited to 'src/dolphinmainwindow.h')
| -rw-r--r-- | src/dolphinmainwindow.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index dbe6ed4e0..d736c8262 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -169,6 +169,9 @@ public slots: /** @see slotUndo() */ void slotUndo(); + /** Open a new mainwindow */ + void slotNewMainWindow(); + protected: /** @see QMainWindow::closeEvent */ virtual void closeEvent(QCloseEvent* event); |
