aboutsummaryrefslogtreecommitdiffstats
path: root/src/app/shared
diff options
context:
space:
mode:
authorChristian Kandeler <christian.kandeler@digia.com>2012-11-09 10:58:42 +0100
committerJoerg Bornemann <joerg.bornemann@digia.com>2012-11-12 10:58:37 +0100
commit92523dbae859b0c5aa23efa3dd04eccda5f83f49 (patch)
tree1152da1c0720adc8451a86efc5faa7586de83a92 /src/app/shared
parent574eebb8e06df42d335f470cae6544c6bee17706 (diff)
Introduce central translation context.
Let's have a central class for doing translations in the library, instead of sprinkling Q_DECLARE_TR_FUNCTIONS all over the place. Change-Id: I73b7a299356305cc903663f3d59b128afe4ec263 Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
Diffstat (limited to 'src/app/shared')
-rw-r--r--src/app/shared/commandlineparser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/app/shared/commandlineparser.h b/src/app/shared/commandlineparser.h
index a0a8faef6..0837bd5f5 100644
--- a/src/app/shared/commandlineparser.h
+++ b/src/app/shared/commandlineparser.h
@@ -33,6 +33,7 @@
#include <tools/buildoptions.h>
#include <tools/settings.h>
+#include <QCoreApplication>
#include <QPair>
#include <QStringList>
#include <QVariant>