Skip to content

Commit 2f83300

Browse files
committed
~ It must be v1.4 now
1 parent 976bae5 commit 2f83300

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/W3MayaAnimUtil.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77

88
#define upn(val, start, end) for(int val = start; val <= end; ++val)
99
#define JRef QJsonValueRef
10-
#define VERSION "v1.3 "
10+
#define VERSION "v1.4"
1111

1212
W3MayaAnimUtil::W3MayaAnimUtil(QWidget *parent)
1313
: QMainWindow(parent)
1414
, ui(new Ui::W3MayaAnimUtil)
1515
{
1616
ui->setupUi(this);
1717
//ui->textLog->setFontPointSize(20);
18-
ui->textLog->setHtml("Welcome to <span style=\"font-weight:700;\">W3MayaAnimUtil " + QString(VERSION "(" __DATE__ ")") + "</span>!<br>Made by <span style=\"color:#6f00a6;font-weight:700;\">nikich340</span> for better the Witcher 3 modding experiene.<br><br>Click \"Load anim .json\" to start");
18+
ui->textLog->setHtml("Welcome to <span style=\"font-weight:700;\">W3MayaAnimUtil " + QString(VERSION " (" __DATE__ ")") + "</span>!<br>Made by <span style=\"color:#6f00a6;font-weight:700;\">nikich340</span> for better the Witcher 3 modding experiene.<br><br>Click \"Load anim .json\" to start");
1919
ui->spinSensivity->setMinimum(0.0000000001);
2020
ui->spinSensivity->setSingleStep(0.00001);
2121
ui->spinSensivity->setValue(0.00001);

0 commit comments

Comments
 (0)