mirror of
https://github.com/Qv2ray/Qv2ray.git
synced 2025-05-20 02:40:20 +08:00
fix, Qt6: explicitly initialize QPair
This commit is contained in:
parent
51f8a38c38
commit
df233027a6
@ -1 +1 @@
|
|||||||
6084
|
6085
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define NEWLINE "\r\n"
|
#define NEWLINE "\r\n"
|
||||||
#define ___LOG_EXPAND(___x) , QPair(std::string(#___x), [&] { return ___x; }())
|
#define ___LOG_EXPAND(___x) , QPair<std::string, decltype(___x)>(std::string(#___x), [&] { return ___x; }())
|
||||||
#define A(...) FOREACH_CALL_FUNC(___LOG_EXPAND, __VA_ARGS__)
|
#define A(...) FOREACH_CALL_FUNC(___LOG_EXPAND, __VA_ARGS__)
|
||||||
|
|
||||||
#ifdef QT_DEBUG
|
#ifdef QT_DEBUG
|
||||||
|
Loading…
Reference in New Issue
Block a user