run clangformat

This commit is contained in:
Evgenii Alekseev 2016-09-05 17:04:16 +03:00
parent 486267256c
commit 65c8f552de

View File

@ -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);