diff options
| author | Andrew Lee <alee14498@protonmail.com> | 2020-01-20 20:55:05 -0500 |
|---|---|---|
| committer | Andrew Lee <alee14498@protonmail.com> | 2020-01-20 20:55:05 -0500 |
| commit | 0325932e429b5fb052c7e697c4ada8511154b0a0 (patch) | |
| tree | ecfcc5b5f8a9fe22517973f6cab4a7ac0e8b7d00 /main.cpp | |
| parent | c48008443870d54c28f721ce4db373c6030e8720 (diff) | |
| download | erable-godot-0325932e429b5fb052c7e697c4ada8511154b0a0.tar.gz erable-godot-0325932e429b5fb052c7e697c4ada8511154b0a0.tar.bz2 erable-godot-0325932e429b5fb052c7e697c4ada8511154b0a0.zip | |
Fixed stuff, added ALP logo and added .desktop
Diffstat (limited to 'main.cpp')
| -rw-r--r-- | main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,12 +1,12 @@ -#include <iostream> #include "player.h" #include <QMessageBox> +#include <QDebug> #include <QApplication> int main(int argc, char *argv[]) { - std::cout << "AleePlayer: A music player by Alee Productions. Licensed with GPL-3.0\n"; + qInfo() << "AleePlayer: A music player by Alee Productions. Licensed with GPL-3.0\n"; QApplication a(argc, argv); Player musicPlayer; musicPlayer.show(); |
