remove kjob
This commit is contained in:
parent
9cbdca0441
commit
259e6dc75d
1 changed files with 0 additions and 5 deletions
|
@ -20,10 +20,8 @@
|
|||
|
||||
#ifdef KNOTIFICATIONS
|
||||
#include <KNotification>
|
||||
#include <KJob>
|
||||
#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();
|
||||
|
|
Loading…
Reference in a new issue