forked from qt-creator/qt-creator
CppTools: Move RawProjectPart to ProjectExplorer
Doesn't have any dependencies into CppTools anymore, therefore moving it reduces the dependencies of the project managers to CppTools as well. Change-Id: Ibe728abe59eb88a8877943dca1f48a85163e27ac Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
@@ -26,7 +26,8 @@
|
||||
#pragma once
|
||||
|
||||
#include "cppprojectfile.h"
|
||||
#include "cpprawprojectpart.h"
|
||||
|
||||
#include <projectexplorer/rawprojectpart.h>
|
||||
|
||||
#include <QString>
|
||||
#include <QVector>
|
||||
@@ -36,8 +37,8 @@ namespace CppTools {
|
||||
class ProjectFileCategorizer
|
||||
{
|
||||
public:
|
||||
using FileIsActive = RawProjectPart::FileIsActive;
|
||||
using GetMimeType = RawProjectPart::GetMimeType;
|
||||
using FileIsActive = ProjectExplorer::RawProjectPart::FileIsActive;
|
||||
using GetMimeType = ProjectExplorer::RawProjectPart::GetMimeType;
|
||||
|
||||
public:
|
||||
ProjectFileCategorizer(const QString &projectPartName,
|
||||
|
||||
Reference in New Issue
Block a user