mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-04-24 15:37:23 +00:00
run clangformat
This commit is contained in:
parent
486267256c
commit
65c8f552de
@ -104,7 +104,8 @@ void AWActions::showLegacyInfo() const
|
||||
msgBox->setAttribute(Qt::WA_DeleteOnClose);
|
||||
msgBox->setModal(false);
|
||||
msgBox->setWindowTitle(i18n("Not supported"));
|
||||
msgBox->setText(i18n("You are using mammoth's Qt version, try to update it first!"));
|
||||
msgBox->setText(
|
||||
i18n("You are using mammoth's Qt version, try to update it first!"));
|
||||
msgBox->setStandardButtons(QMessageBox::Ok);
|
||||
msgBox->setIcon(QMessageBox::Information);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user