forked from qt-creator/qt-creator
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:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user