summaryrefslogtreecommitdiff
path: root/src/Preferences.h
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2013-12-29 23:37:29 (GMT)
committerMarius Kintel <marius@kintel.net>2013-12-29 23:37:29 (GMT)
commitbf193472481d3e708da841d59df5f323e2785db7 (patch)
treeef8c6e33569ffdaed9af524500c7c8ede633c05a /src/Preferences.h
parent9ea82e746cf4ff4c5c081e82fc0248d4d575ffdb (diff)
parent81a08c05c2d03aa8791279dfbcf7f9ca826fcf96 (diff)
Merge pull request #580 from openscad/colorsfix
Colorsfix - 3 options for syntax highlighter
Diffstat (limited to 'src/Preferences.h')
-rw-r--r--src/Preferences.h2
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);
contact: Jan Huwald // Impressum