src/corelib/tools/qstring.h
changeset 33 3e2da88830cd
parent 30 5dc02b23752f
child 37 758a864f9613
equal deleted inserted replaced
30:5dc02b23752f 33:3e2da88830cd
   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)