Core: Inline generalsettings.ui

Change-Id: I8811728543cd7fb161b6df21dacc0fc23c6165a4
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Eike Ziller
2022-07-19 11:11:13 +02:00
parent 70cfa63cb4
commit 4e2587cc62
5 changed files with 87 additions and 256 deletions

View File

@@ -116,7 +116,7 @@ public:
class QTCREATOR_UTILS_EXPORT Space : public LayoutItem
{
public:
explicit Space(int space);
explicit Space(int space = 0);
};
class QTCREATOR_UTILS_EXPORT Span : public LayoutItem