From 65c8f552ded8d89e0dba322944416e6519e20b4c Mon Sep 17 00:00:00 2001 From: Evgeniy Alekseev Date: Mon, 5 Sep 2016 17:04:16 +0300 Subject: [PATCH] run clangformat --- sources/awesome-widget/plugin/awactions.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sources/awesome-widget/plugin/awactions.cpp b/sources/awesome-widget/plugin/awactions.cpp index c5f06e7..e87ef7f 100644 --- a/sources/awesome-widget/plugin/awactions.cpp +++ b/sources/awesome-widget/plugin/awactions.cpp @@ -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);