fixed bad Qt patch

This commit is contained in:
John Preston 2015-10-18 15:04:39 +02:00
parent e14464162e
commit 7d666ed225
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@
#include <QtWidgets/qlineedit.h>
#include <QtGui/qaccessible.h>
#include <QtCore/qmetaobject.h>
#include <QLocale.h>
#include <QtCore/QLocale>
#ifndef QT_NO_SHORTCUT
#include "private/qapplication_p.h"