diff options
author | Chris Xiong <chirs241097@gmail.com> | 2023-11-09 20:26:54 -0500 |
---|---|---|
committer | Chris Xiong <chirs241097@gmail.com> | 2023-11-09 20:26:54 -0500 |
commit | 382d85b15ce9cc4580a2522b39f5dd4ce43a24b0 (patch) | |
tree | bebf1807cb7221a24b64e04dfab6baeb535b8e14 /qmidiplayer-desktop/qmpmainwindow.hpp | |
parent | 095716fa21071a506605304db6a113f231ff0dcd (diff) | |
download | QMidiPlayer-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.hpp | 1 |
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); |