Changeset 356169a3d3 in tspsg for src/settingsdialog.cpp


Ignore:
Timestamp:
Jul 11, 2012, 6:46:48 PM (12 years ago)
Author:
Oleksii Serdiuk
Branches:
appveyor, imgbot, master, readme
Children:
ff8d0488a0
Parents:
c90b437dd8
Message:

Updated code to become compilable with Qt 5.

Compiling with Qt 4 is still possible and it will be the main platform
for TSPSG releases until first Qt 5 release is made.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/settingsdialog.cpp

    rc90b437dd8 r356169a3d3  
    258258#endif
    259259
    260 #if !defined(NOSVG) && (QT_VERSION >= 0x040500)
     260#if !defined(NOSVG) && (QT_VERSION >= QT_VERSION_CHECK(4,5,0))
    261261    comboGraphImageFormat->addItem("svg");
    262 #endif // NOSVG && QT_VERSION >= 0x040500
     262#endif
    263263    // We create whitelist of formats, supported by the most popular web browsers according to
    264264    //  http://en.wikipedia.org/wiki/Comparison_of_web_browsers#Image_format_support
Note: See TracChangeset for help on using the changeset viewer.