┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.h
diff options
context:
space:
mode:
authorHolger Freyther <[email protected]>2006-11-29 12:31:16 +0000
committerHolger Freyther <[email protected]>2006-11-29 12:31:16 +0000
commit91c5f52d87c7af2412b5935095df1f90d6eb4a04 (patch)
tree832cb07f932b6a7b0d220a96a68041127120f0cc /src/dolphinmainwindow.h
parent9a4a17dd4d7f3d195ab4393e057e8eb90b0a3422 (diff)
Add a "New Window" option to Dolphin
svn path=/trunk/playground/utils/dolphin/; revision=609048
Diffstat (limited to 'src/dolphinmainwindow.h')
-rw-r--r--src/dolphinmainwindow.h3
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);