forked from qt-creator/qt-creator
CppEditor: Inline cppquickfixprojectsettingswidget.ui
A practically empty grid. Change-Id: I6d23794244519de4c019aab6530482e28de964c5 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -28,16 +28,14 @@
|
||||
#include "cppquickfixprojectsettings.h"
|
||||
#include <projectexplorer/projectsettingswidget.h>
|
||||
|
||||
#include <QWidget>
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
namespace Ui { class CppQuickFixProjectSettingsWidget; }
|
||||
class QPushButton;
|
||||
QT_END_NAMESPACE
|
||||
|
||||
namespace ProjectExplorer { class Project; }
|
||||
|
||||
namespace CppEditor {
|
||||
namespace Internal {
|
||||
namespace CppEditor::Internal {
|
||||
|
||||
class CppQuickFixSettingsWidget;
|
||||
class CppQuickFixProjectSettingsWidget : public ProjectExplorer::ProjectSettingsWidget
|
||||
{
|
||||
@@ -48,15 +46,14 @@ public:
|
||||
QWidget *parent = nullptr);
|
||||
~CppQuickFixProjectSettingsWidget();
|
||||
|
||||
private slots:
|
||||
private:
|
||||
void currentItemChanged(bool useGlobalSettings);
|
||||
void buttonCustomClicked();
|
||||
|
||||
private:
|
||||
QT_PREPEND_NAMESPACE(Ui)::CppQuickFixProjectSettingsWidget *ui;
|
||||
CppQuickFixSettingsWidget *m_settingsWidget;
|
||||
CppQuickFixProjectsSettings::CppQuickFixProjectsSettingsPtr m_projectSettings;
|
||||
|
||||
QPushButton *m_pushButton;
|
||||
};
|
||||
|
||||
} // namespace Internal
|
||||
} // namespace CppEditor
|
||||
} // CppEditor::Internal
|
||||
|
||||
Reference in New Issue
Block a user