From b176a7c0279670a859c85c88d75ac150e0dfae2f Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Wed, 1 Mar 2017 22:26:52 +0100 Subject: Adapted to KAsync changes --- framework/domain/CMakeLists.txt | 2 +- framework/domain/controller.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'framework/domain') diff --git a/framework/domain/CMakeLists.txt b/framework/domain/CMakeLists.txt index 31ca5df9..9abc54b0 100644 --- a/framework/domain/CMakeLists.txt +++ b/framework/domain/CMakeLists.txt @@ -31,7 +31,7 @@ find_package(KF5 REQUIRED COMPONENTS Package) add_library(mailplugin SHARED ${mailplugin_SRCS}) qt5_use_modules(mailplugin Core Quick Qml WebKitWidgets Test) -target_link_libraries(mailplugin actionplugin settingsplugin sink mimetreeparser KF5::MimeTreeParser KF5::Codecs KF5::Package KF5::Async) +target_link_libraries(mailplugin actionplugin settingsplugin sink mimetreeparser KF5::MimeTreeParser KF5::Codecs KF5::Package KAsync) add_subdirectory(actions/tests) diff --git a/framework/domain/controller.h b/framework/domain/controller.h index 8e6d7155..bf2a7ace 100644 --- a/framework/domain/controller.h +++ b/framework/domain/controller.h @@ -20,7 +20,7 @@ #include #include -#include +#include #define KUBE_CONTROLLER_PROPERTY(TYPE, NAME, LOWERCASENAME) \ public: Q_PROPERTY(TYPE LOWERCASENAME MEMBER m##NAME NOTIFY LOWERCASENAME##Changed) \ -- cgit v1.2.3