diff options
author | Marius Kintel <marius@kintel.net> | 2012-01-14 00:22:46 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2012-01-14 00:22:46 (GMT) |
commit | 9267b15bd715cf9a2b709a4e87a8e9f3a395a0f5 (patch) | |
tree | 97991177c0dcf862f7f9c4cdfeb2ccb367732b1b /src/MainWindow.h | |
parent | 81f2d0a6104428a5fa59a47e6e5c8d662960579e (diff) |
Added experimental support for forcing OpenCSG to use the Goldfeather algorithm
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 577209f..5546290 100644 --- a/src/MainWindow.h +++ b/src/MainWindow.h @@ -69,6 +69,7 @@ private slots: void setFileName(const QString &filename); void setFont(const QString &family, uint size); void showProgress(); + void openCSGSettingsChanged(); private: void openFile(const QString &filename); |