diff options
author | Sergio Ahumada <sergio.ahumada@nokia.com> | 2012-02-08 21:07:58 (GMT) |
---|---|---|
committer | Qt by Nokia <qt-info@nokia.com> | 2012-02-09 07:54:42 (GMT) |
commit | 60666017530dc981b3908e3e572269cb5a3019ed (patch) | |
tree | 2c82884738c155c6a4103eb84e2871996894ff30 /demos | |
parent | 95a857c2d3212c0a19aefd11ff960df56d413acc (diff) | |
download | Qt-60666017530dc981b3908e3e572269cb5a3019ed.zip Qt-60666017530dc981b3908e3e572269cb5a3019ed.tar.gz Qt-60666017530dc981b3908e3e572269cb5a3019ed.tar.bz2 |
Change bugreports.qt.nokia.com -> bugreports.qt-project.org
Change-Id: Ib13737eac7f7cee3ebca44aa712cb6b152672a81
Reviewed-by: Rohan McGovern <rohan.mcgovern@nokia.com>
Reviewed-by: Jason McDonald <jason.mcdonald@nokia.com>
Diffstat (limited to 'demos')
-rw-r--r-- | demos/mobile/qcamera/businesscardhandling.cpp | 2 | ||||
-rw-r--r-- | demos/qtdemo/qmlShell.qml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/demos/mobile/qcamera/businesscardhandling.cpp b/demos/mobile/qcamera/businesscardhandling.cpp index 3cd7294..9413dd7 100644 --- a/demos/mobile/qcamera/businesscardhandling.cpp +++ b/demos/mobile/qcamera/businesscardhandling.cpp @@ -93,7 +93,7 @@ bool BusinessCardHandling::findContact(const QString phoneNumber, QContact& c) QContactPhoneNumber::FieldNumber); #if defined Q_WS_MAEMO_5 - // Workaround for Maemo bug http://bugreports.qt.nokia.com/browse/QTMOBILITY-437 + // Workaround for Maemo bug http://bugreports.qt-project.org/browse/QTMOBILITY-437 phoneFilter.setValue(phoneNumber.right(7)); phoneFilter.setMatchFlags(QContactFilter::MatchContains); #else diff --git a/demos/qtdemo/qmlShell.qml b/demos/qtdemo/qmlShell.qml index 7df2206..6987d0c 100644 --- a/demos/qtdemo/qmlShell.qml +++ b/demos/qtdemo/qmlShell.qml @@ -134,7 +134,7 @@ Item { //Note that if loader is Error, it is because the file was found but there was an error creating the component //This means either we have a bug in our demos, or the required modules (which ship with Qt) did not deploy correctly text: "The example has failed to load.<br />If you installed all Qt's C++ and QML modules then this is a bug!<br />" - + 'Report it at <a href="http://bugreports.qt.nokia.com">http://bugreports.qt.nokia.com</a>'; + + 'Report it at <a href="http://bugreports.qt-project.org">http://bugreports.qt-project.org</a>'; onLinkActivated: Qt.openUrlExternally(link); } } |