CppEditor: Inline cppquickfixprojectsettingswidget.ui

A practically empty grid.

Change-Id: I6d23794244519de4c019aab6530482e28de964c5
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2022-07-12 17:29:31 +02:00
parent b1f9cdac35
commit 04befed8c3
5 changed files with 36 additions and 72 deletions

View File

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