CMakeToolManager: Fix compile warning about unused function

Amends e7e593b2f6

Change-Id: Ib1d1508294adb3d53a4aa445d00adc39bcc76bbd
Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This commit is contained in:
Jarek Kobus
2024-02-02 22:59:00 +01:00
parent ced3cecafa
commit f96365194c

View File

@@ -73,7 +73,9 @@ using namespace Utils;
namespace CMakeProjectManager { namespace CMakeProjectManager {
#ifdef Q_OS_WIN
static Q_LOGGING_CATEGORY(cmakeToolManagerLog, "qtc.cmake.toolmanager", QtWarningMsg); static Q_LOGGING_CATEGORY(cmakeToolManagerLog, "qtc.cmake.toolmanager", QtWarningMsg);
#endif
class CMakeToolManagerPrivate class CMakeToolManagerPrivate
{ {