Aspects: Add missing default value to TextDisplay

Change-Id: I58432e1aac9b19bf49dc919ded90bee4fb4cb2cc
Reviewed-by: <github-actions-qt-creator@cristianadam.eu>
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
Marcus Tillmanns
2024-01-25 07:09:01 +01:00
parent 2796e69ab5
commit bf1c332daf

View File

@@ -872,7 +872,7 @@ class QTCREATOR_UTILS_EXPORT TextDisplay : public BaseAspect
Q_OBJECT Q_OBJECT
public: public:
explicit TextDisplay(AspectContainer *container, explicit TextDisplay(AspectContainer *container = nullptr,
const QString &message = {}, const QString &message = {},
InfoLabel::InfoType type = InfoLabel::None); InfoLabel::InfoType type = InfoLabel::None);
~TextDisplay() override; ~TextDisplay() override;