diff options
author | Kai Koehne <kai.koehne@theqtcompany.com> | 2015-01-13 13:44:50 (GMT) |
---|---|---|
committer | Kai Koehne <kai.koehne@theqtcompany.com> | 2015-01-15 12:09:05 (GMT) |
commit | dde0c2f4f6d72bcc9db732eb51399395ffc37778 (patch) | |
tree | 471939d94c7744c5685aee2e2d9962b08d3b046c /src/gui | |
parent | 7fcb100bbf6e8482039f915a9df93d951f7d52e6 (diff) | |
download | Qt-dde0c2f4f6d72bcc9db732eb51399395ffc37778.zip Qt-dde0c2f4f6d72bcc9db732eb51399395ffc37778.tar.gz Qt-dde0c2f4f6d72bcc9db732eb51399395ffc37778.tar.bz2 |
Bump year to 2015
Bump year to 2015 in all but source code comments.
Change-Id: I1dd7972dee65a86a9bd560ead32bbd0cbe82f439
Reviewed-by: Martin Smith <martin.smith@digia.com>
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/dialogs/qmessagebox.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/dialogs/qmessagebox.cpp b/src/gui/dialogs/qmessagebox.cpp index fd8084b..0129648 100644 --- a/src/gui/dialogs/qmessagebox.cpp +++ b/src/gui/dialogs/qmessagebox.cpp @@ -1,6 +1,6 @@ /**************************************************************************** ** -** Copyright (C) 2014 Digia Plc and/or its subsidiary(-ies). +** Copyright (C) 2015 Digia Plc and/or its subsidiary(-ies). ** Contact: http://www.qt-project.org/legal ** ** This file is part of the QtGui module of the Qt Toolkit. @@ -1789,7 +1789,7 @@ void QMessageBox::aboutQt(QWidget *parent, const QString &title) "<p>Qt and the Qt logo are trademarks of Digia Plc and/or its subsidiary(-ies).</p>" "<p>Qt is a Digia product developed as an open source project. See <a href=\"http://%3/\">%3</a> " "for more information.</p>" - ).arg(QLatin1String("2014"), + ).arg(QLatin1String("2015"), QLatin1String("qt.io/licensing"), QLatin1String("qt.io")); QMessageBox *msgBox = new QMessageBox(parent); |