From 91c5f52d87c7af2412b5935095df1f90d6eb4a04 Mon Sep 17 00:00:00 2001 From: Holger Freyther Date: Wed, 29 Nov 2006 12:31:16 +0000 Subject: Add a "New Window" option to Dolphin svn path=/trunk/playground/utils/dolphin/; revision=609048 --- src/dolphinmainwindow.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/dolphinmainwindow.h') 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); -- cgit v1.3