src/corelib/kernel/qobjectdefs.h
changeset 19 fcece45ef507
parent 18 2f34d5167611
child 30 5dc02b23752f
equal deleted inserted replaced
18:2f34d5167611 19:fcece45ef507
    76 # define emit
    76 # define emit
    77 #endif
    77 #endif
    78 #define Q_CLASSINFO(name, value)
    78 #define Q_CLASSINFO(name, value)
    79 #define Q_INTERFACES(x)
    79 #define Q_INTERFACES(x)
    80 #define Q_PROPERTY(text)
    80 #define Q_PROPERTY(text)
       
    81 #define Q_PRIVATE_PROPERTY(d, text)
    81 #define Q_OVERRIDE(text)
    82 #define Q_OVERRIDE(text)
    82 #define Q_ENUMS(x)
    83 #define Q_ENUMS(x)
    83 #define Q_FLAGS(x)
    84 #define Q_FLAGS(x)
    84 #ifdef QT3_SUPPORT
    85 #ifdef QT3_SUPPORT
    85 # define Q_SETS(x)
    86 # define Q_SETS(x)
   176 #define Q_SLOTS Q_SLOTS
   177 #define Q_SLOTS Q_SLOTS
   177 #define Q_SIGNALS Q_SIGNALS
   178 #define Q_SIGNALS Q_SIGNALS
   178 #define Q_CLASSINFO(name, value) Q_CLASSINFO(name, value)
   179 #define Q_CLASSINFO(name, value) Q_CLASSINFO(name, value)
   179 #define Q_INTERFACES(x) Q_INTERFACES(x)
   180 #define Q_INTERFACES(x) Q_INTERFACES(x)
   180 #define Q_PROPERTY(text) Q_PROPERTY(text)
   181 #define Q_PROPERTY(text) Q_PROPERTY(text)
       
   182 #define Q_PRIVATE_PROPERTY(d, text) Q_PRIVATE_PROPERTY(d, text)
   181 #define Q_OVERRIDE(text) Q_OVERRIDE(text)
   183 #define Q_OVERRIDE(text) Q_OVERRIDE(text)
   182 #define Q_ENUMS(x) Q_ENUMS(x)
   184 #define Q_ENUMS(x) Q_ENUMS(x)
   183 #define Q_FLAGS(x) Q_FLAGS(x)
   185 #define Q_FLAGS(x) Q_FLAGS(x)
   184 #ifdef QT3_SUPPORT
   186 #ifdef QT3_SUPPORT
   185 # define Q_SETS(x) Q_SETS(x)
   187 # define Q_SETS(x) Q_SETS(x)