aboutsummaryrefslogtreecommitdiff
path: root/qmidiplayer-desktop/qmpmainwindow.hpp
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2023-11-09 20:26:54 -0500
committerGravatar Chris Xiong <chirs241097@gmail.com> 2023-11-09 20:26:54 -0500
commit382d85b15ce9cc4580a2522b39f5dd4ce43a24b0 (patch)
treebebf1807cb7221a24b64e04dfab6baeb535b8e14 /qmidiplayer-desktop/qmpmainwindow.hpp
parent095716fa21071a506605304db6a113f231ff0dcd (diff)
downloadQMidiPlayer-382d85b15ce9cc4580a2522b39f5dd4ce43a24b0.tar.xz
Don't use default playlist if started with files in args.
Diffstat (limited to 'qmidiplayer-desktop/qmpmainwindow.hpp')
-rw-r--r--qmidiplayer-desktop/qmpmainwindow.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/qmidiplayer-desktop/qmpmainwindow.hpp b/qmidiplayer-desktop/qmpmainwindow.hpp
index eb36ba8..99886ba 100644
--- a/qmidiplayer-desktop/qmpmainwindow.hpp
+++ b/qmidiplayer-desktop/qmpmainwindow.hpp
@@ -230,6 +230,7 @@ public:
void playerSeek(uint32_t percentage);
PlaybackStatus getPlaybackStatus();
int parseArgs();
+ bool startedWithFiles();
void registerFunctionality(qmpFuncBaseIntf *i, std::string name, std::string desc, const char *icon, int iconlen, bool checkable);
void unregisterFunctionality(std::string name);
int registerUIHook(std::string e, ICallBack *callback, void *userdat);