forked from qt-creator/qt-creator
CppTools: Remove enum duplication
Change-Id: I2eb452780c21f8d30034bcfbb3266fc8daa10802 Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
This commit is contained in:
@@ -25,6 +25,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "cpptools_utils.h"
|
||||
#include "projectinfo.h"
|
||||
|
||||
#include <QFutureInterface>
|
||||
@@ -32,8 +33,6 @@
|
||||
namespace CppTools {
|
||||
namespace Internal {
|
||||
|
||||
enum class Language { C, CXX };
|
||||
|
||||
class ProjectInfoGenerator
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user