diff --git a/main.cpp b/main.cpp
index c360ce8..ecb1c9d 100644
--- a/main.cpp
+++ b/main.cpp
@@ -7,6 +7,5 @@ int main(int argc, char *argv[])
QApplication a(argc, argv);
MainWindow w;
w.show();
-
return a.exec();
}
diff --git a/mainwindow.cpp b/mainwindow.cpp
index 8438a16..fa3295f 100644
--- a/mainwindow.cpp
+++ b/mainwindow.cpp
@@ -42,6 +42,9 @@ MainWindow::MainWindow(QWidget *parent)
QTimer trayTimer;
trayTimer.singleShot(1000, this, SLOT(hide()));
}
+
+ //Standardtext setzen
+ ui->label->setText("Ready");
}
MainWindow::~MainWindow()
@@ -275,6 +278,7 @@ void MainWindow::on_pushButton_5_clicked()
void MainWindow::showEvent(QShowEvent* event)
{
QMainWindow::showEvent(event);
+ // setHotkey(); //Brauchen wir das hier?
}
void MainWindow::closeEvent(QCloseEvent* event)
diff --git a/mainwindow.ui b/mainwindow.ui
index a820be4..f6a0e5c 100644
--- a/mainwindow.ui
+++ b/mainwindow.ui
@@ -17,7 +17,7 @@
- SpotiQuit 0.9.0
+ SpotiQuit 0.9.1