forked from qt-creator/qt-creator
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:
@@ -73,7 +73,9 @@ using namespace Utils;
|
||||
|
||||
namespace CMakeProjectManager {
|
||||
|
||||
#ifdef Q_OS_WIN
|
||||
static Q_LOGGING_CATEGORY(cmakeToolManagerLog, "qtc.cmake.toolmanager", QtWarningMsg);
|
||||
#endif
|
||||
|
||||
class CMakeToolManagerPrivate
|
||||
{
|
||||
|
Reference in New Issue
Block a user