You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
578 B
21 lines
578 B
commit fd6b3ebfa73782de44f952f95394a6cbccd74ca4
|
|
Author: Luca Beltrame <lbeltrame@kde.org>
|
|
Date: Fri Aug 9 15:28:13 2019 +0200
|
|
|
|
Fix build with Qt 5.13
|
|
|
|
QWindow include is no longer included transitively.
|
|
|
|
diff --git a/plugins/owncloud-ui/owncloud.cpp b/plugins/owncloud-ui/owncloud.cpp
|
|
index 4330871..423faad 100644
|
|
--- a/plugins/owncloud-ui/owncloud.cpp
|
|
+++ b/plugins/owncloud-ui/owncloud.cpp
|
|
@@ -25,6 +25,7 @@
|
|
|
|
#include <QQmlEngine>
|
|
#include <QQmlContext>
|
|
+#include <QWindow>
|
|
|
|
OwnCloudWizard::OwnCloudWizard(QObject *parent)
|
|
: KAccountsUiPlugin(parent)
|