From 34ca38fefa4bd4bf6177c36f530025a6fe56c558 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 21 Jan 2020 17:41:25 -0500 Subject: Making the file dialog a variable and added stop button --- player.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'player.h') diff --git a/player.h b/player.h index d9d6f6a..d8424f2 100644 --- a/player.h +++ b/player.h @@ -28,6 +28,10 @@ private slots: void on_actionOpen_triggered(); + void on_stopButton_pressed(); + + void mFileDialog(); + private: Ui::Player *ui; }; -- cgit v1.2.3