aboutsummaryrefslogtreecommitdiff
path: root/main.cpp
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-01-19 18:03:36 -0500
committerAndrew Lee <alee14498@protonmail.com>2020-01-19 18:03:36 -0500
commitecd1a4ddad4b6ad8032c5c5a59b64db74ddd38f1 (patch)
tree949229e1e72bb21bb8bbcf2e3db337f57c4974b9 /main.cpp
parent2fd212e377f6f087d12892a4327eea74a3fa9bcc (diff)
downloaderable-godot-ecd1a4ddad4b6ad8032c5c5a59b64db74ddd38f1.tar.gz
erable-godot-ecd1a4ddad4b6ad8032c5c5a59b64db74ddd38f1.tar.bz2
erable-godot-ecd1a4ddad4b6ad8032c5c5a59b64db74ddd38f1.zip
Added closing function
Diffstat (limited to 'main.cpp')
-rw-r--r--main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.cpp b/main.cpp
index 7968eff..bc83fdc 100644
--- a/main.cpp
+++ b/main.cpp
@@ -5,7 +5,7 @@
int main(int argc, char *argv[])
{
- std::cout << "Starting AleePlayer...\n";
+ std::cout << "AleePlayer: A music player by Alee Productions. Licensed with GPL-3.0\n";
QApplication a(argc, argv);
Player musicPlayer;
musicPlayer.show();