forked from qt-creator/qt-creator
CMakeSpecificSettingWidget: Remove unused variable
Change-Id: Ifc1fc41ea9949198504cafe4da12ff582b40ffdd Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
This commit is contained in:
@@ -31,8 +31,6 @@
|
|||||||
namespace CMakeProjectManager {
|
namespace CMakeProjectManager {
|
||||||
namespace Internal {
|
namespace Internal {
|
||||||
|
|
||||||
const char PROJECT_TYPE_ICON[] = ":/cmakeproject/images/project_type_settings_icon.png";
|
|
||||||
|
|
||||||
CMakeSpecificSettingWidget::CMakeSpecificSettingWidget(QWidget *parent):
|
CMakeSpecificSettingWidget::CMakeSpecificSettingWidget(QWidget *parent):
|
||||||
QWidget(parent)
|
QWidget(parent)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user