┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinnewfilemenu.h
diff options
context:
space:
mode:
authorChristian Schwarz <[email protected]>2025-02-03 18:23:16 +0000
committerMéven Car <[email protected]>2025-02-03 18:23:16 +0000
commitf81d73a7f3a851dc755ef0cd1fd2a2507587a900 (patch)
tree58e66690a91048fd965e0885880b7c07a3185c91 /src/dolphinnewfilemenu.h
parent726753f81a96f15e1d88165cf93d55c7aac03707 (diff)
implement shortcut action for file creation
BUG: 462899
Diffstat (limited to 'src/dolphinnewfilemenu.h')
-rw-r--r--src/dolphinnewfilemenu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinnewfilemenu.h b/src/dolphinnewfilemenu.h
index 5538c9265..d5235db9b 100644
--- a/src/dolphinnewfilemenu.h
+++ b/src/dolphinnewfilemenu.h
@@ -25,7 +25,7 @@ class DOLPHIN_EXPORT DolphinNewFileMenu : public KNewFileMenu
Q_OBJECT
public:
- DolphinNewFileMenu(QAction *createDirAction, QObject *parent);
+ DolphinNewFileMenu(QAction *createDirAction, QAction *createFileAction, QObject *parent);
~DolphinNewFileMenu() override;
Q_SIGNALS: