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 f757520c3..43dc2248a 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -163,6 +163,9 @@ protected: virtual void readProperties(const KConfigGroup& group); private slots: + /** Opens the dialog for creating a directory. */ + void createDir(); + /** Updates the 'Create New...' sub menu. */ void updateNewMenu(); |
