equal
deleted
inserted
replaced
590 public: |
590 public: |
591 #endif |
591 #endif |
592 #endif |
592 #endif |
593 |
593 |
594 bool isSimpleText() const { if (!d->clean) updateProperties(); return d->simpletext; } |
594 bool isSimpleText() const { if (!d->clean) updateProperties(); return d->simpletext; } |
595 bool isRightToLeft() const { if (!d->clean) updateProperties(); return d->righttoleft; } |
595 bool isRightToLeft() const; |
596 |
596 |
597 QString(int size, Qt::Initialization); |
597 QString(int size, Qt::Initialization); |
598 |
598 |
599 private: |
599 private: |
600 #if defined(QT_NO_CAST_FROM_ASCII) && !defined(Q_NO_DECLARED_NOT_DEFINED) |
600 #if defined(QT_NO_CAST_FROM_ASCII) && !defined(Q_NO_DECLARED_NOT_DEFINED) |