ProjectExplorer: Re-organize KitAspect layouting related functions

Less obscure as it's fairly close to the standard pattern now.

Change-Id: I4680465fbdb9fb6a458c18ef0534e4d8a4a31d1e
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
hjk
2023-08-22 09:54:38 +02:00
parent 0667bdaedc
commit 5254765e16
12 changed files with 29 additions and 27 deletions

View File

@@ -36,7 +36,7 @@ private:
void makeReadOnly() override { m_toolsComboBox->setEnabled(false); }
void addToLayout(Layouting::LayoutItem &parent) override
void addToLayoutImpl(Layouting::LayoutItem &parent) override
{
addMutableAction(m_toolsComboBox);
parent.addItem(m_toolsComboBox);