forked from qt-creator/qt-creator
ProjectExplorer: Fix compilation with MSVC
Amends 2758682723.
Change-Id: I005c6aa848cd15fef8b59e05681c6b49b1453202
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -51,8 +51,8 @@
|
||||
|
||||
using namespace ProjectExplorer;
|
||||
|
||||
using namespace CMakeProjectManager;
|
||||
using namespace CMakeProjectManager::Internal;
|
||||
namespace CMakeProjectManager {
|
||||
namespace Internal {
|
||||
|
||||
namespace {
|
||||
void copySourcePathToClipboard(Utils::optional<QString> srcPath,
|
||||
@@ -283,3 +283,6 @@ void CMakeTargetNode::setTargetInformation(const QList<Utils::FilePath> &artifac
|
||||
+ tmp.join("<br>");
|
||||
}
|
||||
}
|
||||
|
||||
} // Internal
|
||||
} // CMakeBuildSystem
|
||||
|
||||
Reference in New Issue
Block a user