summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor/behaviorsettingspage.h
diff options
context:
space:
mode:
authorOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-10-28 19:26:20 +0200
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2010-10-28 20:24:12 +0200
commitab9f138ab43650a7c494442a3b30febbbed6e32d (patch)
tree31b31b1303cdf40e2102c5e2259249202646b19d /src/plugins/texteditor/behaviorsettingspage.h
parent36f2e31f7413f00991e1371d8017771bebcadac3 (diff)
downloadqt-creator-ab9f138ab43650a7c494442a3b30febbbed6e32d.tar.gz
move default encoding setting to text editor/behavior
Diffstat (limited to 'src/plugins/texteditor/behaviorsettingspage.h')
-rw-r--r--src/plugins/texteditor/behaviorsettingspage.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/texteditor/behaviorsettingspage.h b/src/plugins/texteditor/behaviorsettingspage.h
index b973519ae6..bf765766c1 100644
--- a/src/plugins/texteditor/behaviorsettingspage.h
+++ b/src/plugins/texteditor/behaviorsettingspage.h
@@ -79,6 +79,8 @@ private:
StorageSettings &storageSettings,
BehaviorSettings &behaviorSettings) const;
void settingsToUI();
+
+ QList<QTextCodec *> m_codecs;
struct BehaviorSettingsPagePrivate;
BehaviorSettingsPagePrivate *m_d;
};