Changeset 806 for mcbuilder/trunk/include/BuildLog.h
- Timestamp:
- 08/11/08 10:03:58 (5 months ago)
- Files:
-
- 1 modified
-
mcbuilder/trunk/include/BuildLog.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
mcbuilder/trunk/include/BuildLog.h
r683 r806 30 30 void append(QString msg); 31 31 void clear( ); 32 33 private: 34 QTextCharFormat fmt; 32 35 }; 33 36
