• R/O
  • HTTP
  • SSH
  • HTTPS

提交

标签
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

修订版e73df4464420cf5f86edfb7fa130d760b550aaa9 (tree)
时间2013-02-17 18:08:33
作者alucky4416 <alucky4416@user...>
Commiterroot

Log Message

BUG: Change ApplicationName(remove "win32").

更改概述

差异

--- a/mainwindow.cpp
+++ b/mainwindow.cpp
@@ -20,7 +20,7 @@ MainWindow::MainWindow(QWidget *parent) :
2020 // set Codec
2121 QTextCodec::setCodecForTr(QTextCodec::codecForName("UTF-8")); // source codec is UTF-8
2222
23- QCoreApplication::setApplicationName("QtUSBRH-Logger-win32");
23+ QCoreApplication::setApplicationName("QtUSBRH-Logger");
2424 QCoreApplication::setApplicationVersion("0.1");
2525
2626 label_statusbar = new QLabel;