From 21f2659dd4d4267f6385fd5492d6e407d8b183a2 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Sun, 26 Jan 2020 17:03:37 -0500 Subject: Changed ui layout --- main.cpp | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp index 85f57aa..063d45d 100644 --- a/main.cpp +++ b/main.cpp @@ -1,12 +1,24 @@ #include "player.h" #include #include +#include +#include #include int main(int argc, char *argv[]) { - qInfo() << "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"; + + qDebug() << "Creating files..."; + + //QDir directory(QDir::homePath() + "/.alee-productions/AleePlayer"); + + //File file(directory.absoluteFilePath("test.txt")); + + //file.open(QFile::WriteOnly); + //file.close(); + QApplication a(argc, argv); Player musicPlayer; musicPlayer.show(); -- cgit v1.2.3