Changeset 140912822f in tspsg for src/main.cpp
- Timestamp:
- Jun 30, 2009, 7:14:52 PM (15 years ago)
- Branches:
- 0.1.3.145-beta1-symbian, 0.1.4.170-beta2-bb10, appveyor, imgbot, master, readme
- Children:
- c02b4903bd
- Parents:
- 2b9257627c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main.cpp
r2b9257627c r140912822f 27 27 { 28 28 QApplication app(argc, argv); 29 QTextCodec::setCodecForLocale(QTextCodec::codecForName("utf8")); 30 QTextCodec::setCodecForCStrings(QTextCodec::codecForName("utf8")); 31 QTextCodec::setCodecForTr(QTextCodec::codecForName("utf8")); 29 32 app.setOrganizationName("..::Lёppsville::.."); 30 33 app.setOrganizationDomain("www.leppsville.com"); 31 34 app.setApplicationName("TSPSG"); 32 QTextCodec::setCodecForTr(QTextCodec::codecForName("utf8"));33 35 MainWindow mainwindow; 34 36 mainwindow.show();
Note: See TracChangeset
for help on using the changeset viewer.