5 #define MEMORY_SIZE 512 * TTK_SN_KB2B
6 #define MEMORY_KEY TTK_STR_CAT(TTK_AUTHOR_NAME, TTK_DEFAULT_STR, TTK_APP_NAME)
15 if(client.size() <= 0)
22 memcpy(client.data(), data.toUtf8().constData(), data.length());
86 else if(parser.
isSet(op2))
90 else if(args.count() == 1)
92 const QString &url = args.front();
93 if(url.startsWith(
'-'))
105 const QString &buffer = QString::fromUtf8((
char*)
m_memory.data());
static MusicApplication * instance()
QString value(const TTKCommandLineOption &option) const
void execute(const QStringList &args) const
The class of the command line option.
bool isSet(const TTKCommandLineOption &option) const
bool addOption(const TTKCommandLineOption &option)
void importSongsByOutside(const QString &path, bool play)
void execute(const QStringList &args) const
MusicProcessServer(QObject *parent=nullptr)
The class of the command line parser.