Changeset 6249 for trunk/qt4-gui/src/config/chat.h
- Timestamp:
- 06/11/08 05:31:29 (6 months ago)
- Files:
-
- 1 modified
-
trunk/qt4-gui/src/config/chat.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/qt4-gui/src/config/chat.h
r6173 r6249 76 76 bool showDlgButtons() const { return myShowDlgButtons; } 77 77 bool showAllEncodings() const { return myShowAllEncodings; } 78 QByteArray defaultEncoding() const { return myDefaultEncoding; }79 78 bool tabbedChatting() const { return myTabbedChatting; } 80 79 bool showHistory() const { return myShowHistory; } … … 126 125 void setShowDlgButtons(bool showDlgButtons); 127 126 void setShowAllEncodings(bool showAllEncodings); 128 void setDefaultEncoding(QByteArray defaultEncoding);129 127 void setTabbedChatting(bool tabbedChatting); 130 128 void setShowHistory(bool showHistory); … … 203 201 QString myChatBackColor; 204 202 205 QByteArray myDefaultEncoding;206 207 203 QRect myDialogRect; 208 204
