mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-12-03 15:34:06 +00:00
cleanup: remove all useless #include <QDebug>
All Qt Headers already implicitly included it.
This commit is contained in:
parent
13add70db2
commit
32304d4b15
1
bgl.cc
1
bgl.cc
|
@ -29,7 +29,6 @@
|
|||
#include <QSemaphore>
|
||||
#include <QThreadPool>
|
||||
#include <QAtomicInt>
|
||||
#include <QDebug>
|
||||
|
||||
#if (QT_VERSION >= QT_VERSION_CHECK(6,0,0))
|
||||
#include <QtCore5Compat/QRegExp>
|
||||
|
|
|
@ -33,7 +33,6 @@
|
|||
#include "iconv.hh"
|
||||
#include "htmlescape.hh"
|
||||
#include <QString>
|
||||
#include <QDebug>
|
||||
#include "dictionary.hh"
|
||||
#include "wstring_qt.hh"
|
||||
|
||||
|
|
|
@ -20,7 +20,6 @@
|
|||
#include "ftshelpers.hh"
|
||||
#include <QUrl>
|
||||
|
||||
#include <QDebug>
|
||||
|
||||
#include <QRegularExpression>
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
#include <QProcess>
|
||||
#include "gddebug.hh"
|
||||
#include "fsencoding.hh"
|
||||
#include <QDebug>
|
||||
|
||||
using std::vector;
|
||||
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
/* This file is (c) 2017 Abs62
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#include <QDebug>
|
||||
#include <QApplication>
|
||||
#include <QDockWidget>
|
||||
#include <QKeyEvent>
|
||||
|
|
|
@ -15,7 +15,6 @@ extern "C" {
|
|||
|
||||
#include <QString>
|
||||
#include <QDataStream>
|
||||
#include <QDebug>
|
||||
|
||||
#include <vector>
|
||||
#if( QT_VERSION >= QT_VERSION_CHECK( 6, 2, 0 ) )
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
|
||||
#include <QWidget>
|
||||
#include <QToolButton>
|
||||
#include <QDebug>
|
||||
|
||||
GdAppStyle::GdAppStyle(QProxyStyle * parent) : QProxyStyle(parent) {}
|
||||
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
#include "config.hh"
|
||||
#include "atomic_rename.hh"
|
||||
#include <QFile>
|
||||
#include <QDebug>
|
||||
|
||||
History::History( unsigned size, unsigned maxItemLength_ ): maxSize( size ),
|
||||
maxItemLength( maxItemLength_ ), addingEnabled( true )
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
/* This file is (c) 2013 Tvangeste <i.4m.l33t@yandex.ru>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#include <QDebug>
|
||||
#include <QApplication>
|
||||
#include <QDockWidget>
|
||||
#include <QKeyEvent>
|
||||
|
|
1
iconv.cc
1
iconv.cc
|
@ -5,7 +5,6 @@
|
|||
#include <vector>
|
||||
#include <errno.h>
|
||||
#include <string.h>
|
||||
#include <QDebug>
|
||||
#include "wstring_qt.hh"
|
||||
|
||||
char const * const Iconv::GdWchar = "UTF-32LE";
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
#else
|
||||
#include <QTextCodec>
|
||||
#endif
|
||||
#include <QDebug>
|
||||
|
||||
using namespace BtreeIndexing;
|
||||
using std::vector;
|
||||
|
|
1
lsa.cc
1
lsa.cc
|
@ -22,7 +22,6 @@
|
|||
#include <vorbis/vorbisfile.h>
|
||||
#include <QDir>
|
||||
#include <QUrl>
|
||||
#include <QDebug>
|
||||
#include <QFile>
|
||||
|
||||
#include "utils.hh"
|
||||
|
|
1
main.cc
1
main.cc
|
@ -28,7 +28,6 @@
|
|||
#include "atomic_rename.hh"
|
||||
#include <QtWebEngineCore/QWebEngineUrlScheme>
|
||||
#include <QMessageBox>
|
||||
#include <QDebug>
|
||||
#include <QFile>
|
||||
#include <QByteArray>
|
||||
#include <QString>
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
#include <Qt>
|
||||
#include <QFrame>
|
||||
#include <QVBoxLayout>
|
||||
#include <QDebug>
|
||||
#include <QEvent>
|
||||
#include <QApplication>
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#include "maintabwidget.hh"
|
||||
#include <QDebug>
|
||||
#include <QEvent>
|
||||
#include <QMouseEvent>
|
||||
|
||||
|
|
1
sdict.cc
1
sdict.cc
|
@ -26,7 +26,6 @@
|
|||
#include <QSemaphore>
|
||||
#include <QThreadPool>
|
||||
#include <QAtomicInt>
|
||||
#include <QDebug>
|
||||
#include <QRegExp>
|
||||
#if (QT_VERSION >= QT_VERSION_CHECK(6,0,0))
|
||||
#include <QtCore5Compat>
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
#include <set>
|
||||
#include <QDir>
|
||||
#include <QFileInfo>
|
||||
#include <QDebug>
|
||||
|
||||
namespace SoundDir {
|
||||
|
||||
|
|
|
@ -41,7 +41,6 @@
|
|||
#include <QSemaphore>
|
||||
#include <QThreadPool>
|
||||
#include <QAtomicInt>
|
||||
#include <QDebug>
|
||||
#if (QT_VERSION >= QT_VERSION_CHECK(6,0,0))
|
||||
#include <QtCore5Compat/QRegExp>
|
||||
#else
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
#include <QEvent>
|
||||
#include <QKeyEvent>
|
||||
#include <QApplication>
|
||||
#include <QDebug>
|
||||
#include <QModelIndex>
|
||||
#include <QScrollBar>
|
||||
#include <QStyle>
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
/* This file is (c) 2013 Tvangeste <i.4m.l33t@yandex.ru>
|
||||
* Part of GoldenDict. Licensed under GPLv3 or later, see the LICENSE file */
|
||||
|
||||
#include <QDebug>
|
||||
|
||||
#include "wordlist.hh"
|
||||
|
||||
|
|
1
xdxf.cc
1
xdxf.cc
|
@ -37,7 +37,6 @@
|
|||
#include <QFileInfo>
|
||||
#include <QDir>
|
||||
#include <QPainter>
|
||||
#include <QDebug>
|
||||
#include <QRegExp>
|
||||
#if (QT_VERSION >= QT_VERSION_CHECK(6,0,0))
|
||||
#include <QtCore5Compat>
|
||||
|
|
|
@ -13,7 +13,6 @@
|
|||
#include "filetype.hh"
|
||||
#include "htmlescape.hh"
|
||||
#include "utils.hh"
|
||||
#include <QDebug>
|
||||
#include "xdxf.hh"
|
||||
|
||||
#include <QRegularExpression>
|
||||
|
|
1
zim.cc
1
zim.cc
|
@ -33,7 +33,6 @@
|
|||
#include <QAtomicInt>
|
||||
#include <QImage>
|
||||
#include <QDir>
|
||||
#include <QDebug>
|
||||
|
||||
#include <QRegularExpression>
|
||||
|
||||
|
|
|
@ -18,7 +18,6 @@
|
|||
#include <string>
|
||||
#include <QFile>
|
||||
#include <QDir>
|
||||
#include <QDebug>
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#include <stub_msvc.h>
|
||||
|
|
Loading…
Reference in a new issue