Changeset 356169a3d3 in tspsg for src/settingsdialog.cpp
- Timestamp:
- Jul 11, 2012, 6:46:48 PM (12 years ago)
- Branches:
- appveyor, imgbot, master, readme
- Children:
- ff8d0488a0
- Parents:
- c90b437dd8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/settingsdialog.cpp
rc90b437dd8 r356169a3d3 258 258 #endif 259 259 260 #if !defined(NOSVG) && (QT_VERSION >= 0x040500)260 #if !defined(NOSVG) && (QT_VERSION >= QT_VERSION_CHECK(4,5,0)) 261 261 comboGraphImageFormat->addItem("svg"); 262 #endif // NOSVG && QT_VERSION >= 0x040500262 #endif 263 263 // We create whitelist of formats, supported by the most popular web browsers according to 264 264 // http://en.wikipedia.org/wiki/Comparison_of_web_browsers#Image_format_support
Note: See TracChangeset
for help on using the changeset viewer.