mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-27 15:24:05 +00:00
Qt5: Fix compilation with Qt 5.11 (issue #991)
This commit is contained in:
parent
0c8730ec22
commit
3d4a468b6c
|
@ -6,6 +6,7 @@
|
|||
#include <QRegExp>
|
||||
#include <QAbstractListModel>
|
||||
#include <QList>
|
||||
#include <QAction>
|
||||
|
||||
#include "dictionary.hh"
|
||||
#include "ui_fulltextsearch.h"
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue