Replace QObject::tr() by tr-functions.

Change-Id: I2e3867b682db971662250c04dec609fd4e3817ea
Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
Friedemann Kleint
2013-09-04 16:20:40 +02:00
parent cc80b92bb6
commit dc108bc31f
4 changed files with 30 additions and 26 deletions

View File

@@ -31,12 +31,14 @@
#define ANDROIDERRORMESSAGE_H
#include <QVariantList>
#include <QCoreApplication>
namespace Android {
namespace Internal {
class AndroidErrorMessage
{
Q_DECLARE_TR_FUNCTIONS(Android::Internal::AndroidErrorMessage)
public:
enum ErrorCode {
UnknownError = 0x3000,