summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Markmann <tm@ayena.de>2018-06-21 11:04:56 (GMT)
committerTobias Markmann <tm@ayena.de>2018-06-21 11:26:52 (GMT)
commit1d18148c86377787a8c77042b12ea66f20cb2ca9 (patch)
tree13315c04e3fb152071b5d5232a7d1458e7957c56
parent70e58211a49782e449eacbef48bd076d24fed57e (diff)
downloadswift-1d18148c86377787a8c77042b12ea66f20cb2ca9.zip
swift-1d18148c86377787a8c77042b12ea66f20cb2ca9.tar.bz2
Add missing include for QAbstractItemModel
This fixes building Swift with Qt 5.11. Test-Information: Builds and tests pass on macOS 10.13.5 with Qt 5.11.0. Change-Id: I1be2cd081d8a520ec38ab7cca5ada0d7fc39b777
-rw-r--r--Swift/QtUI/UserSearch/QtUserSearchWindow.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Swift/QtUI/UserSearch/QtUserSearchWindow.h b/Swift/QtUI/UserSearch/QtUserSearchWindow.h
index 0714ac1..fe536ab 100644
--- a/Swift/QtUI/UserSearch/QtUserSearchWindow.h
+++ b/Swift/QtUI/UserSearch/QtUserSearchWindow.h
@@ -1,5 +1,5 @@
1/* 1/*
2 * Copyright (c) 2010-2016 Isode Limited. 2 * Copyright (c) 2010-2018 Isode Limited.
3 * All rights reserved. 3 * All rights reserved.
4 * See the COPYING file for more information. 4 * See the COPYING file for more information.
5 */ 5 */
@@ -8,6 +8,7 @@
8 8
9#include <set> 9#include <set>
10 10
11#include <QAbstractItemModel>
11#include <QWizard> 12#include <QWizard>
12 13
13#include <Swiften/Base/Override.h> 14#include <Swiften/Base/Override.h>