aboutsummaryrefslogtreecommitdiff
path: root/player.cpp
diff options
context:
space:
mode:
authorAndrew Lee <alee14498@protonmail.com>2020-01-20 20:55:05 -0500
committerAndrew Lee <alee14498@protonmail.com>2020-01-20 20:55:05 -0500
commit0325932e429b5fb052c7e697c4ada8511154b0a0 (patch)
treeecfcc5b5f8a9fe22517973f6cab4a7ac0e8b7d00 /player.cpp
parentc48008443870d54c28f721ce4db373c6030e8720 (diff)
downloaderable-godot-0325932e429b5fb052c7e697c4ada8511154b0a0.tar.gz
erable-godot-0325932e429b5fb052c7e697c4ada8511154b0a0.tar.bz2
erable-godot-0325932e429b5fb052c7e697c4ada8511154b0a0.zip
Fixed stuff, added ALP logo and added .desktop
Diffstat (limited to 'player.cpp')
-rw-r--r--player.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/player.cpp b/player.cpp
index c1fa2ec..b1a13ed 100644
--- a/player.cpp
+++ b/player.cpp
@@ -1,4 +1,3 @@
-#include <iostream>
#include "player.h"
#include "ui_player.h"
#include "about.h"
@@ -17,7 +16,7 @@ Player::Player(QWidget *parent)
Player::~Player()
{
- std::cout << "Closing AleePlayer...\n";
+ qInfo() << "Closing AleePlayer...\n";
mPlayer->deleteLater();
delete ui;
}