CppTools: Remove enum duplication

Change-Id: I2eb452780c21f8d30034bcfbb3266fc8daa10802
Reviewed-by: Ivan Donchevskii <ivan.donchevskii@qt.io>
This commit is contained in:
Nikolai Kosjar
2018-10-08 10:54:27 +02:00
parent 74fbcd9c63
commit 3c5dc450b8
2 changed files with 4 additions and 5 deletions

View File

@@ -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: