Changeset View
Changeset View
Standalone View
Standalone View
src/matrix-sdk.cpp
| Show All 35 Lines | |||||
| #include "kazv-path-config.hpp" | #include "kazv-path-config.hpp" | ||||
| #include "kazv-version.hpp" | #include "kazv-version.hpp" | ||||
| #include "qt-json.hpp" | #include "qt-json.hpp" | ||||
| #include "qt-rand-adapter.hpp" | #include "qt-rand-adapter.hpp" | ||||
| #include "qt-promise-handler.hpp" | #include "qt-promise-handler.hpp" | ||||
| #include "qt-job-handler.hpp" | #include "qt-job-handler.hpp" | ||||
| #include "device-mgmt/matrix-device-list.hpp" | #include "device-mgmt/matrix-device-list.hpp" | ||||
| #include "matrix-sticker-pack-list.hpp" | #include "matrix-sticker-pack-list.hpp" | ||||
| #include "kazv-log.hpp" | |||||
| using namespace Kazv; | using namespace Kazv; | ||||
| // Sdk with qt event loop, identity transform and no enhancers | // Sdk with qt event loop, identity transform and no enhancers | ||||
| using SdkT = | using SdkT = | ||||
| decltype(makeSdk( | decltype(makeSdk( | ||||
| SdkModel{}, | SdkModel{}, | ||||
| detail::declref<JobInterface>(), | detail::declref<JobInterface>(), | ||||
| ▲ Show 20 Lines • Show All 586 Lines • Show Last 20 Lines | |||||