fix: Alert dialog render bug
This commit is contained in:
@@ -8,6 +8,8 @@ public:
|
||||
explicit AlertDialog(QWidget *parent = nullptr, Qt::WindowFlags f = Qt::WindowFlags());
|
||||
~AlertDialog() override = default;
|
||||
void setAlertMessage(const QString& msg);
|
||||
void setAlertMessage(const QString& aFormat,const QString& aValue);
|
||||
|
||||
void setTitle(const QString& msg);
|
||||
protected:
|
||||
bool updateReferenceData() override{return true;}
|
||||
|
||||
Reference in New Issue
Block a user