TTKMusicPlayer
4.1.3.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
|
Go to the source code of this file.
Macros | |
#define | TTKConcurrent_1(data) const auto TTK_CAT(ext_status_, __LINE__) = QtConcurrent::run([&]() data ); |
#define | TTKConcurrent(...) TTK_PP_OVERLOAD(TTKConcurrent_, __VA_ARGS__)(__VA_ARGS__) |
#define TTKConcurrent | ( | ... | ) | TTK_PP_OVERLOAD(TTKConcurrent_, __VA_ARGS__)(__VA_ARGS__) |
Definition at line 34 of file ttkconcurrent.h.
Referenced by MusicApplicationModule::applyParameter(), and MusicNetworkThread::networkStateChanged().
#define TTKConcurrent_1 | ( | data | ) | const auto TTK_CAT(ext_status_, __LINE__) = QtConcurrent::run([&]() data ); |
Definition at line 31 of file ttkconcurrent.h.