qt-gui.cpp: fix imcomplete type error

qt-gui.cpp:44:2: error: incomplete type 'QTextCodec' used
in nested name specifier

Signed-off-by: Lubomir I. Ivanov <neolit123@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Lubomir I. Ivanov 2015-02-23 22:31:25 +02:00 committed by Dirk Hohndel
parent 0ed4356fc2
commit ea00fdb36a

View file

@ -9,6 +9,7 @@
#include <QDesktopWidget>
#include <QNetworkProxy>
#include <QLibraryInfo>
#include <QTextCodec>
static QApplication *application = NULL;
static MainWindow *window = NULL;