mirror of
https://gitee.com/spark-store-project/spark-store
synced 2026-03-25 23:09:44 +08:00
更新项目结构
This commit is contained in:
6
third-party/QtNetworkService/HttpRequest.h
vendored
6
third-party/QtNetworkService/HttpRequest.h
vendored
@@ -19,15 +19,15 @@ LISCENSE: MIT
|
||||
namespace AeaQt {
|
||||
|
||||
#ifdef QT_APP_DEBUG
|
||||
#define debugger qDebug().noquote().nospace() \
|
||||
#define log_debugger qDebug().noquote().nospace() \
|
||||
<< "[AeaQt::Network] Debug: -> " \
|
||||
<< "function: " << __func__ << "; " \
|
||||
<< "line: " << __LINE__ << "; "
|
||||
#else
|
||||
#define debug QString()
|
||||
#define log_debugger QString()
|
||||
#endif
|
||||
|
||||
#define warning qWarning().noquote().nospace() \
|
||||
#define log_warning qWarning().noquote().nospace() \
|
||||
<< "[AeaQt::Network] Warning: -> " \
|
||||
<< "function: " << __func__ << "; " \
|
||||
<< "line: " << __LINE__ << "; "
|
||||
|
||||
Reference in New Issue
Block a user