libqutim  0.3.2.0
localizedstring.h File Reference
#include "libqutim_global.h"
#include <QMetaType>

Go to the source code of this file.

Classes

class  qutim_sdk_0_3::LocalizedString

Namespaces

namespace  qutim_sdk_0_3

Defines

#define QT_TR_NOOP(x)   qutim_sdk_0_3::LocalizedString(staticMetaObject.className(), x)
#define QT_TR_NOOP_UTF8(x)   qutim_sdk_0_3::LocalizedString(staticMetaObject.className(), x)
#define QT_TRANSLATE_NOOP(scope, x)   qutim_sdk_0_3::LocalizedString(scope, x)
#define QT_TRANSLATE_NOOP3(scope, x, comment)   qutim_sdk_0_3::LocalizedString(scope, x)
#define QT_TRANSLATE_NOOP3_UTF8(scope, x, comment)   qutim_sdk_0_3::LocalizedString(scope, x)
#define QT_TRANSLATE_NOOP_UTF8(scope, x)   qutim_sdk_0_3::LocalizedString(scope, x)

Typedefs

typedef QList< LocalizedString > qutim_sdk_0_3::LocalizedStringList

Functions

 Q_DECLARE_METATYPE (qutim_sdk_0_3::LocalizedStringList)
 Q_DECLARE_METATYPE (qutim_sdk_0_3::LocalizedString)

Define Documentation

#define QT_TR_NOOP (   x)    qutim_sdk_0_3::LocalizedString(staticMetaObject.className(), x)
#define QT_TR_NOOP_UTF8 (   x)    qutim_sdk_0_3::LocalizedString(staticMetaObject.className(), x)
#define QT_TRANSLATE_NOOP (   scope,
 
)    qutim_sdk_0_3::LocalizedString(scope, x)
#define QT_TRANSLATE_NOOP3 (   scope,
  x,
  comment 
)    qutim_sdk_0_3::LocalizedString(scope, x)
#define QT_TRANSLATE_NOOP3_UTF8 (   scope,
  x,
  comment 
)    qutim_sdk_0_3::LocalizedString(scope, x)
#define QT_TRANSLATE_NOOP_UTF8 (   scope,
 
)    qutim_sdk_0_3::LocalizedString(scope, x)

Function Documentation