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
|
||||
|
@@ -86,7 +86,7 @@ public:
|
||||
const QList<BuildTargetInfo> applicationTargets() const;
|
||||
BuildTargetInfo buildTarget(const QString &buildKey) const;
|
||||
|
||||
class ParseGuard
|
||||
class PROJECTEXPLORER_EXPORT ParseGuard
|
||||
{
|
||||
friend class BuildSystem;
|
||||
explicit ParseGuard(BuildSystem *p);
|
||||
|
Reference in New Issue
Block a user