From 3c227fa38349bd16d808d0523e220777a753d515 Mon Sep 17 00:00:00 2001 From: Yuhang Zhao <2546789017@qq.com> Date: Sun, 5 Jul 2020 19:09:16 +0800 Subject: [PATCH] Fix build error. Signed-off-by: Yuhang Zhao <2546789017@qq.com> --- winnativeeventfilter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/winnativeeventfilter.cpp b/winnativeeventfilter.cpp index 482ba2b..7759c48 100644 --- a/winnativeeventfilter.cpp +++ b/winnativeeventfilter.cpp @@ -147,7 +147,7 @@ bool isWin10OrGreator(const int ver) #else #define WNEF_RESOLVE_ERROR(funcName, errMsg) \ if (!m_lp##funcName) { \ - qCritical().noquote() << "Failed to resolve symbol" << funcName << ':' << errMsg; \ + qCritical().noquote() << "Failed to resolve symbol" << #funcName << ':' << errMsg; \ } #endif #endif