Skip to content

Commit

Permalink
Apply patch #1408 (gui build fails with Qt-4.4.3: QLocale)
Browse files Browse the repository at this point in the history
Add missing QLocale include. Patch by barsnick.
  • Loading branch information
kimmov committed Feb 28, 2010
1 parent 9b1e6c8 commit e68c1ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gui/translationhandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include <QApplication>
#include <QFile>
#include <QDebug>
#include <QLocale>

TranslationHandler::TranslationHandler(QObject *parent) :
QObject(parent),
Expand Down

0 comments on commit e68c1ae

Please sign in to comment.