Changeset 6239 for trunk/qt4-gui/src/widgets/mledit.h
- Timestamp:
- 06/06/08 07:23:44 (6 months ago)
- Files:
-
- 1 modified
-
trunk/qt4-gui/src/widgets/mledit.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt4-gui/src/widgets/mledit.h
r6111 r6239 41 41 42 42 public: 43 MLEdit(bool wordWrap, QWidget* parent = 0, bool handlequotes= false, const char* name = 0);43 MLEdit(bool wordWrap, QWidget* parent = 0, bool useFixedFont = false, const char* name = 0); 44 44 virtual ~MLEdit(); 45 45 … … 83 83 84 84 private: 85 bool myUseFixedFont; 85 86 bool myFixSetTextNewlines; 86 87 bool myLastKeyWasReturn;
