aboutsummaryrefslogtreecommitdiffstats
path: root/ui/qt/main_window_preferences_frame.h
diff options
context:
space:
mode:
Diffstat (limited to 'ui/qt/main_window_preferences_frame.h')
-rw-r--r--ui/qt/main_window_preferences_frame.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ui/qt/main_window_preferences_frame.h b/ui/qt/main_window_preferences_frame.h
index 01477e344c..5f51e1f87f 100644
--- a/ui/qt/main_window_preferences_frame.h
+++ b/ui/qt/main_window_preferences_frame.h
@@ -40,6 +40,7 @@ private:
pref_t *pref_recent_df_entries_max_;
pref_t *pref_recent_files_count_max_;
pref_t *pref_ask_unsaved_;
+ pref_t *pref_autocomplete_filter_;
pref_t *pref_toolbar_main_style_;
void updateWidgets();
@@ -52,6 +53,7 @@ private slots:
void on_maxFilterLineEdit_textEdited(const QString &new_max);
void on_maxRecentLineEdit_textEdited(const QString &new_max);
void on_confirmUnsavedCheckBox_toggled(bool checked);
+ void on_displayAutoCompleteCheckBox_toggled(bool checked);
void on_mainToolbarComboBox_currentIndexChanged(int index);
void on_languageComboBox_currentIndexChanged(int index);
};