Do not use tr() in cpaster-frontend.

The command-line tool does not load any translations.
Prevent the messages from showing up in Qt Creator's ts-files.

Change-Id: I25e9cffb6fcd35fae7b021c2eb7ec60480db868d
Reviewed-by: Christian Kandeler <christian.kandeler@digia.com>
This commit is contained in:
Friedemann Kleint
2013-01-28 17:26:38 +01:00
parent 370acaf502
commit 757fd039e6
3 changed files with 13 additions and 18 deletions

View File

@@ -35,6 +35,7 @@
#include <QFile>
#include <QObject>
#include <QTimer>
#include <QCoreApplication>
#include <cstdio>
#include <cstdlib>