TTKMusicPlayer  3.7.0.0
TTKMusicPlayer imitates Kugou UI, the music player uses of qmmp core library based on Qt for windows and linux
ttkrunmain.cpp
Go to the documentation of this file.
1 #include "ttkrunobject.h"
2 
3 int main(int argc, char *argv[])
4 {
5  TTKRunObject object;
6  object.run(argc, argv);
7  return 0;
8 }
void run(int argc, char **argv) const
The class of the ttk run object.
Definition: ttkrunobject.h:31
int main(int argc, char *argv[])
Definition: ttkrunmain.cpp:3