summaryrefslogtreecommitdiff
path: root/kde-apps/kaccounts-providers/files/kaccounts-providers-19.04.3-missing-header.patch
blob: 162fd681454a13d10491f1e99dbdc97b44eac515 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From fd6b3ebfa73782de44f952f95394a6cbccd74ca4 Mon Sep 17 00:00:00 2001
From: Luca Beltrame <lbeltrame@kde.org>
Date: Fri, 9 Aug 2019 15:28:13 +0200
Subject: Fix build with Qt 5.13

QWindow include is no longer included transitively.
---
 plugins/owncloud-ui/owncloud.cpp | 1 +
 1 file changed, 1 insertion(+)

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)
-- 
cgit v1.1