Qt5: Fix compilation with Qt 5.11 (issue #991)

This commit is contained in:
Abs62 2018-04-10 18:44:43 +03:00
parent 0c8730ec22
commit 3d4a468b6c
2 changed files with 2 additions and 0 deletions

View file

@ -6,6 +6,7 @@
#include <QRegExp>
#include <QAbstractListModel>
#include <QList>
#include <QAction>
#include "dictionary.hh"
#include "ui_fulltextsearch.h"

View file

@ -1,6 +1,7 @@
/* This file is (c) 2008-2012 Konstantin Isakov <ikm@goldendict.org>
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
#include <QIcon>
#include "initializing.hh"
#include <QCloseEvent>