Skip to content
This repository was archived by the owner on May 11, 2022. It is now read-only.

Commit 2c6dc3d

Browse files
committed
Version updated.
1 parent 582eaed commit 2c6dc3d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

ide/BloodyPlayer.pro.user

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<!DOCTYPE QtCreatorProject>
3-
<!-- Written by QtCreator 4.9.2, 2019-09-05T23:38:28. -->
3+
<!-- Written by QtCreator 4.9.2, 2019-09-05T23:45:22. -->
44
<qtcreator>
55
<data>
66
<variable>EnvironmentId</variable>
@@ -67,7 +67,7 @@
6767
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DefaultDisplayName">Desktop Qt 5.13.0 MSVC2017 64bit</value>
6868
<value type="QString" key="ProjectExplorer.ProjectConfiguration.DisplayName">Desktop Qt 5.13.0 MSVC2017 64bit</value>
6969
<value type="QString" key="ProjectExplorer.ProjectConfiguration.Id">qt.qt5.5130.win64_msvc2017_64_kit</value>
70-
<value type="int" key="ProjectExplorer.Target.ActiveBuildConfiguration">0</value>
70+
<value type="int" key="ProjectExplorer.Target.ActiveBuildConfiguration">1</value>
7171
<value type="int" key="ProjectExplorer.Target.ActiveDeployConfiguration">0</value>
7272
<value type="int" key="ProjectExplorer.Target.ActiveRunConfiguration">0</value>
7373
<valuemap type="QVariantMap" key="ProjectExplorer.Target.BuildConfiguration.0">
@@ -317,7 +317,7 @@
317317
<value type="bool" key="RunConfiguration.UseQmlDebugger">false</value>
318318
<value type="bool" key="RunConfiguration.UseQmlDebuggerAuto">true</value>
319319
<value type="QString" key="RunConfiguration.WorkingDirectory"></value>
320-
<value type="QString" key="RunConfiguration.WorkingDirectory.default">D:/Home/Programming and computers/C/c++/Qt_projects/BloodyPlayer_debug</value>
320+
<value type="QString" key="RunConfiguration.WorkingDirectory.default">D:/Home/Programming and computers/C/c++/Qt_projects/BloodyPlayer_release</value>
321321
</valuemap>
322322
<value type="int" key="ProjectExplorer.Target.RunConfigurationCount">1</value>
323323
</valuemap>

src/View/MainWindow/mainwindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ void MainWindow::on_actionOpen_triggered()
299299

300300
void MainWindow::on_actionAbout_triggered()
301301
{
302-
QMessageBox::information(nullptr, "Bloody Player", "Bloody Player v1.15.8.\nCopyright (c) 2019 Flone.");
302+
QMessageBox::information(nullptr, "Bloody Player", "Bloody Player v1.16.0.\nCopyright (c) 2019 Flone.");
303303
}
304304

305305
void MainWindow::on_pushButton_Play_clicked()

0 commit comments

Comments
 (0)