From 259e6dc75d52e61cb5764e9ec59be92db1cb0f6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Malte=20J=C3=BCrgens?= Date: Sat, 18 Feb 2023 15:24:58 +0100 Subject: [PATCH] remove kjob --- src/userscript.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/userscript.h b/src/userscript.h index 1204931..3370917 100644 --- a/src/userscript.h +++ b/src/userscript.h @@ -20,10 +20,8 @@ #ifdef KNOTIFICATIONS #include -#include #endif - class UserScript : public QObject { Q_OBJECT @@ -50,9 +48,6 @@ private: KActionCollection *m_actionCollection; KShortcutsDialog *m_shortcutsDialog; #endif -#endif -#ifdef KNOTIFICATIONS - KJob *m_loadingJob = nullptr; #endif void setupHelpMenu(); void setupShortcutsDialog();