qt/daylite/main.h
2025-05-06 18:28:05 +08:00

10 lines
173 B
C

#ifndef MAIN_H
#define MAIN_H
#include "gutil/qjson.h"
#include <QNetworkReply>
QString errStrWithJson(QNetworkReply *, JValue * = 0, QByteArray * = 0);
#endif // MAIN_H