summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor/behaviorsettingspage.h
diff options
context:
space:
mode:
authorJarek Kobus <jkobus@trolltech.com>2011-06-20 16:23:40 +0200
committerJarek Kobus <jaroslaw.kobus@nokia.com>2011-06-20 17:00:01 +0200
commitc61652d0655b0782044bbf9fb18226954d5e427a (patch)
tree20a44eb6d9a19a64442fdd1c1d99f64de8d45981 /src/plugins/texteditor/behaviorsettingspage.h
parentdcf7345931f2e0222c3c788178a9bf76a19ef594 (diff)
downloadqt-creator-c61652d0655b0782044bbf9fb18226954d5e427a.tar.gz
Small refactor
Change-Id: I2988ce1c2a73798abccf690a3ed5d4e3a92c91a2 Reviewed-on: http://codereview.qt.nokia.com/517 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Leandro T. C. Melo <leandro.melo@nokia.com>
Diffstat (limited to 'src/plugins/texteditor/behaviorsettingspage.h')
-rw-r--r--src/plugins/texteditor/behaviorsettingspage.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/plugins/texteditor/behaviorsettingspage.h b/src/plugins/texteditor/behaviorsettingspage.h
index 0f7467178b..3c394fe28c 100644
--- a/src/plugins/texteditor/behaviorsettingspage.h
+++ b/src/plugins/texteditor/behaviorsettingspage.h
@@ -83,8 +83,7 @@ signals:
void extraEncodingSettingsChanged(const TextEditor::ExtraEncodingSettings &);
private:
- void settingsFromUI(TabSettings *tabSettings,
- StorageSettings *storageSettings,
+ void settingsFromUI(StorageSettings *storageSettings,
BehaviorSettings *behaviorSettings,
ExtraEncodingSettings *extraEncodingSettings) const;
void settingsToUI();