|
|
@ -164,7 +164,11 @@ public:
|
|
|
|
|
|
|
|
|
|
|
|
TQCString copy() const;
|
|
|
|
TQCString copy() const;
|
|
|
|
|
|
|
|
|
|
|
|
TQCString &sprintf( const char *format, ... );
|
|
|
|
TQCString &sprintf( const char *format, ... )
|
|
|
|
|
|
|
|
#if defined(Q_CC_GNU) && !defined(__INSURE__)
|
|
|
|
|
|
|
|
__attribute__ ((format (printf, 2, 3)))
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
;
|
|
|
|
|
|
|
|
|
|
|
|
int find( char c, int index=0, bool cs=TRUE ) const;
|
|
|
|
int find( char c, int index=0, bool cs=TRUE ) const;
|
|
|
|
int find( const char *str, int index=0, bool cs=TRUE ) const;
|
|
|
|
int find( const char *str, int index=0, bool cs=TRUE ) const;
|
|
|
|