From f81d73a7f3a851dc755ef0cd1fd2a2507587a900 Mon Sep 17 00:00:00 2001 From: Christian Schwarz Date: Mon, 3 Feb 2025 18:23:16 +0000 Subject: implement shortcut action for file creation BUG: 462899 --- src/dolphinmainwindow.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/dolphinmainwindow.h') diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index ceda3cb73..ecc84b971 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -296,6 +296,7 @@ private Q_SLOTS: void updateNewMenu(); void createDirectory(); + void createFile(); /** Shows the error message in the status bar of the active view. */ void showErrorMessage(const QString &message); -- cgit v1.3