aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/codeassist/functionhintproposalwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/texteditor/codeassist/functionhintproposalwidget.h')
-rw-r--r--src/plugins/texteditor/codeassist/functionhintproposalwidget.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/plugins/texteditor/codeassist/functionhintproposalwidget.h b/src/plugins/texteditor/codeassist/functionhintproposalwidget.h
index 3b4b68d141..05acfbd40b 100644
--- a/src/plugins/texteditor/codeassist/functionhintproposalwidget.h
+++ b/src/plugins/texteditor/codeassist/functionhintproposalwidget.h
@@ -61,11 +61,9 @@ public:
protected:
bool eventFilter(QObject *o, QEvent *e) override;
-private slots:
+private:
void nextPage();
void previousPage();
-
-private:
bool updateAndCheck(const QString &prefix);
void updateContent();
void updatePosition();