22 #ifndef TQSYNC_RESULT_H 23 #define TQSYNC_RESULT_H 71 Result( OSyncError **, bool deleteError = true ); 81 void setName( const TQString &name ); 86 TQString name() const; 91 void setMessage( const TQString &message ); 96 TQString message() const; 101 void setType( Type type ); 111 operator bool () const; 116 bool isError() const;
|