aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/displaysettingspage.h
diff options
context:
space:
mode:
authorhjk <hjk@qt.io>2020-02-03 08:54:44 +0100
committerhjk <hjk@qt.io>2020-02-04 07:08:08 +0000
commit481a00c298f4aa3348ca034a74defcf95f07d0c4 (patch)
tree0b57ffd36590a8358df42adf5bc3deb21440630c /src/plugins/texteditor/displaysettingspage.h
parent4e4916ce35c839f984829510d6634e53f4366611 (diff)
TextEditor: Drop some indirection of texteditor signalling
This is one of the few remaining users of the QObject inheritance of IOptionPage. While ok from an architectural point of view, this setup is not and has not been used elsewhere, and eats a few bytes and cycles. Change-Id: Id067f501d284d0726e8952345a2acd058dabbcd5 Reviewed-by: hjk <hjk@qt.io> Reviewed-by: David Schulz <david.schulz@qt.io>
Diffstat (limited to 'src/plugins/texteditor/displaysettingspage.h')
-rw-r--r--src/plugins/texteditor/displaysettingspage.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/plugins/texteditor/displaysettingspage.h b/src/plugins/texteditor/displaysettingspage.h
index b01aad4806..7c1f91c4bc 100644
--- a/src/plugins/texteditor/displaysettingspage.h
+++ b/src/plugins/texteditor/displaysettingspage.h
@@ -50,10 +50,6 @@ public:
const DisplaySettings &displaySettings() const;
const MarginSettings &marginSettings() const;
-signals:
- void displaySettingsChanged(const TextEditor::DisplaySettings &);
- void marginSettingsChanged(const TextEditor::MarginSettings &);
-
private:
void settingsFromUI(DisplaySettings &displaySettings, MarginSettings &marginSettings) const;
void settingsToUI();