qt/daylite/main.h

10 lines
173 B
C
Raw Permalink Normal View History

2025-05-06 18:28:05 +08:00
#ifndef MAIN_H
#define MAIN_H
#include "gutil/qjson.h"
#include <QNetworkReply>
QString errStrWithJson(QNetworkReply *, JValue * = 0, QByteArray * = 0);
#endif // MAIN_H