From 0325932e429b5fb052c7e697c4ada8511154b0a0 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Mon, 20 Jan 2020 20:55:05 -0500 Subject: Fixed stuff, added ALP logo and added .desktop --- main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp index 2797bd5..85f57aa 100644 --- a/main.cpp +++ b/main.cpp @@ -1,12 +1,12 @@ -#include #include "player.h" #include +#include #include 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(); -- cgit v1.2.3