forked from qt-creator/qt-creator
Replace QObject::tr() by tr-functions.
Change-Id: I2e3867b682db971662250c04dec609fd4e3817ea Reviewed-by: Daniel Teske <daniel.teske@digia.com>
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user