From 1f17ece0f797fe78b1ab4ea5bccec527c6195eb3 Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Tue, 26 Nov 2024 07:14:39 +0000 Subject: [PATCH] [autofix.ci] apply automated fixes --- src/hotkeywrapper.hh | 1 + 1 file changed, 1 insertion(+) diff --git a/src/hotkeywrapper.hh b/src/hotkeywrapper.hh index 4553ea386..aa1f028f1 100644 --- a/src/hotkeywrapper.hh +++ b/src/hotkeywrapper.hh @@ -176,6 +176,7 @@ class QHotkeyApplication: public QtSingleApplication Q_OBJECT friend class HotkeyWrapper; + public: QHotkeyApplication( QString const & id, int & argc, char ** argv );