From 54785e5353d56530f2ee0a34eaf55ef62da03a70 Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Mon, 2 Sep 2013 15:20:04 +0300 Subject: [PATCH] Fix Windows compilation Change-Id: Iebb52b369ddd1e36283835909b769621deba5c3a Reviewed-by: hjk --- src/plugins/coreplugin/progressmanager/progressmanager_win.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/coreplugin/progressmanager/progressmanager_win.cpp b/src/plugins/coreplugin/progressmanager/progressmanager_win.cpp index 0707b4014e8..39ad2439de1 100644 --- a/src/plugins/coreplugin/progressmanager/progressmanager_win.cpp +++ b/src/plugins/coreplugin/progressmanager/progressmanager_win.cpp @@ -113,7 +113,7 @@ void Core::Internal::ProgressManagerPrivate::cleanup() } -void Core::Internal::ProgressManagerPrivate::setApplicationLabel(const QString &text) +void Core::Internal::ProgressManagerPrivate::doSetApplicationLabel(const QString &text) { if (!pITask) return;