diff options
author | Marius Kintel <marius@kintel.net> | 2013-12-29 23:37:29 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-12-29 23:37:29 (GMT) |
commit | bf193472481d3e708da841d59df5f323e2785db7 (patch) | |
tree | ef8c6e33569ffdaed9af524500c7c8ede633c05a /src/MainWindow.h | |
parent | 9ea82e746cf4ff4c5c081e82fc0248d4d575ffdb (diff) | |
parent | 81a08c05c2d03aa8791279dfbcf7f9ca826fcf96 (diff) |
Merge pull request #580 from openscad/colorsfix
Colorsfix - 3 options for syntax highlighter
Diffstat (limited to 'src/MainWindow.h')
-rw-r--r-- | src/MainWindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/MainWindow.h b/src/MainWindow.h index ac999bf..4948d46 100644 --- a/src/MainWindow.h +++ b/src/MainWindow.h @@ -70,6 +70,7 @@ private slots: void updateTVal(); void setFileName(const QString &filename); void setFont(const QString &family, uint size); + void setSyntaxHighlight(const QString &s); void showProgress(); void openCSGSettingsChanged(); |