diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-12-08 22:46:00 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-12-08 22:46:00 +0100 |
commit | a860b011d7b12ae17d278d36a30eaa7754b7a2ce (patch) | |
tree | 92becfc44c7dca901255282433abb594bff50e2f /framework/src/domain/composercontroller.h | |
parent | e2520f1208a826f39e958908755efb2e39ee3950 (diff) | |
download | kube-a860b011d7b12ae17d278d36a30eaa7754b7a2ce.tar.gz kube-a860b011d7b12ae17d278d36a30eaa7754b7a2ce.zip |
Always guard async callbacks
Diffstat (limited to 'framework/src/domain/composercontroller.h')
-rw-r--r-- | framework/src/domain/composercontroller.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/framework/src/domain/composercontroller.h b/framework/src/domain/composercontroller.h index 70a88900..df3c7b1b 100644 --- a/framework/src/domain/composercontroller.h +++ b/framework/src/domain/composercontroller.h | |||
@@ -22,10 +22,8 @@ | |||
22 | 22 | ||
23 | #include <QObject> | 23 | #include <QObject> |
24 | #include <QString> | 24 | #include <QString> |
25 | #include <QStringList> | ||
26 | #include <QStringListModel> | ||
27 | #include <QStandardItemModel> | ||
28 | #include <QVariant> | 25 | #include <QVariant> |
26 | #include <QStandardItemModel> | ||
29 | #include <sink/applicationdomaintype.h> | 27 | #include <sink/applicationdomaintype.h> |
30 | #include <KMime/Message> | 28 | #include <KMime/Message> |
31 | #include <gpgme++/key.h> | 29 | #include <gpgme++/key.h> |