diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2013-12-30 00:06:31 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2013-12-30 00:06:31 (GMT) |
commit | 275f3baa3de6480d622fa61cc0bf77687ca0d1cf (patch) | |
tree | df826a2eaf854b791805229d7082819aac7811d6 /src/Preferences.h | |
parent | 98345828823f1c91860217478858b9943adee9bb (diff) | |
parent | bf193472481d3e708da841d59df5f323e2785db7 (diff) |
Merge branch 'master' of github.com:openscad/openscad
Diffstat (limited to 'src/Preferences.h')
-rw-r--r-- | src/Preferences.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Preferences.h b/src/Preferences.h index 4656793..1230c8a 100644 --- a/src/Preferences.h +++ b/src/Preferences.h @@ -24,6 +24,7 @@ public slots: void on_colorSchemeChooser_itemSelectionChanged(); void on_fontChooser_activated(const QString &); void on_fontSize_editTextChanged(const QString &); + void on_syntaxHighlight_currentIndexChanged(const QString &); void on_openCSGWarningBox_toggled(bool); void on_enableOpenCSGBox_toggled(bool); void on_cgalCacheSizeEdit_textChanged(const QString &); @@ -38,6 +39,7 @@ signals: void requestRedraw() const; void fontChanged(const QString &family, uint size) const; void openCSGSettingsChanged() const; + void syntaxHighlightChanged(const QString &s); private: Preferences(QWidget *parent = NULL); |