Utils: More aspects with new scheme

Task-number: QTCREATORBUG-29167
Change-Id: I76977d4d740556d28423ce9f632ee47e81822ee6
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
hjk
2023-05-23 18:37:29 +02:00
parent 86ff142f8e
commit 0234ab6896
2 changed files with 5 additions and 2 deletions

View File

@@ -2283,7 +2283,8 @@ void StringListAspect::removeValues(const QStringList &values)
that is a list of strings.
*/
IntegersAspect::IntegersAspect()
IntegersAspect::IntegersAspect(AspectContainer *container)
: BaseAspect(container)
{
setDefaultValue({});
}