parent
7bbc91cfb5
commit
332cd6c3fa
@ -1,20 +0,0 @@
|
|||||||
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)
|
|
Loading…
Reference in new issue