Changeset 356169a3d3 in tspsg for src/main.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/main.cpp
rc90b437dd8 r356169a3d3 23 23 24 24 #include "mainwindow.h" 25 #if QT_VERSION < 0x04060025 #if QT_VERSION < QT_VERSION_CHECK(4,6,0) 26 26 # ifdef Q_CC_MSVC 27 27 # pragma message("WARNING: You are using Qt version < 4.6. Application will not support some non-critical features.") … … 49 49 app.setOverrideCursor(QCursor(Qt::WaitCursor)); 50 50 QTextCodec::setCodecForLocale(QTextCodec::codecForName("utf8")); 51 #if QT_VERSION < QT_VERSION_CHECK(5,0,0) 51 52 QTextCodec::setCodecForCStrings(QTextCodec::codecForName("utf8")); 52 53 QTextCodec::setCodecForTr(QTextCodec::codecForName("utf8")); 54 #endif 53 55 app.setOrganizationName("Oleksii Serdiuk"); 54 56 app.setOrganizationDomain("oleksii.name");
Note: See TracChangeset
for help on using the changeset viewer.