aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/codestylepool.h
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@qt.io>2022-07-20 18:55:58 +0200
committerJarek Kobus <jaroslaw.kobus@qt.io>2022-07-20 18:59:52 +0000
commit1f4a3447be12395312fe30963e1b69b8c75634a8 (patch)
tree3261ca2880f349886a4a16c5935870baa5a96b06 /src/plugins/texteditor/codestylepool.h
parent74046fa1f5bd56496b8c0e973bc6e81d275b223d (diff)
CodeStylePool: Avoid using sender()
Change-Id: I72bf94a7d0a3c4e583016e1cffacba4b246bd858 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
Diffstat (limited to 'src/plugins/texteditor/codestylepool.h')
-rw-r--r--src/plugins/texteditor/codestylepool.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/plugins/texteditor/codestylepool.h b/src/plugins/texteditor/codestylepool.h
index 150e57013a..3e2ce4ff98 100644
--- a/src/plugins/texteditor/codestylepool.h
+++ b/src/plugins/texteditor/codestylepool.h
@@ -69,8 +69,6 @@ signals:
void codeStyleRemoved(ICodeStylePreferences *);
private:
- void slotSaveCodeStyle();
-
QString settingsDir() const;
Utils::FilePath settingsPath(const QByteArray &id) const;
ICodeStylePreferences *loadCodeStyle(const Utils::FilePath &fileName);