forked from qt-creator/qt-creator
InfoBar: Suppress warning on close
Change-Id: Ie8c19db3e7569c20c1f8d5c6651f1b9b0f7db9dd Reviewed-by: hjk <hjk121@nokiamail.com>
This commit is contained in:
@@ -273,7 +273,7 @@ void InfoBarDisplay::widgetDestroyed()
|
||||
|
||||
void InfoBarDisplay::cancelButtonClicked()
|
||||
{
|
||||
m_infoBar->removeInfo(Id::fromUniqueIdentifier(sender()->property("infoId").toInt()));
|
||||
m_infoBar->suppressInfo(Id::fromUniqueIdentifier(sender()->property("infoId").toInt()));
|
||||
}
|
||||
|
||||
void InfoBarDisplay::suppressButtonClicked()
|
||||
|
||||
Reference in New Issue
Block a user