Navigation Menu

Skip to content

Commit

Permalink
Bump copyright year
Browse files Browse the repository at this point in the history
Task-number: QTBUG-65810
Change-Id: Ib6f87a126f64c2e4b2e924b97af4c2b2d10dd29e
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@qt.io>
(cherry picked from commit 89053e224f296a19c107ea7925539d5125dac5c0)
  • Loading branch information
jaheikk committed Feb 27, 2018
1 parent d19f860 commit 5778fff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/dialogs/qmessagebox.cpp
Expand Up @@ -1835,7 +1835,7 @@ void QMessageBox::aboutQt(QWidget *parent, const QString &title)
"<p>Qt and the Qt logo are trademarks of The Qt Company Ltd.</p>"
"<p>Qt is The Qt Company Ltd product developed as an open source "
"project. See <a href=\"http://%3/\">%3</a> for more information.</p>"
).arg(QStringLiteral("2017"),
).arg(QStringLiteral("2018"),
QStringLiteral("qt.io/licensing"),
QStringLiteral("qt.io"));
QMessageBox *msgBox = new QMessageBox(parent);
Expand Down

0 comments on commit 5778fff

Please sign in to comment.