summaryrefslogtreecommitdiffstats
path: root/demos/mobile
diff options
context:
space:
mode:
authorSergio Ahumada <sergio.ahumada@nokia.com>2012-02-08 22:07:58 +0100
committerQt by Nokia <qt-info@nokia.com>2012-02-09 08:54:42 +0100
commit60666017530dc981b3908e3e572269cb5a3019ed (patch)
tree2c82884738c155c6a4103eb84e2871996894ff30 /demos/mobile
parent95a857c2d3212c0a19aefd11ff960df56d413acc (diff)
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/mobile')
-rw-r--r--demos/mobile/qcamera/businesscardhandling.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/mobile/qcamera/businesscardhandling.cpp b/demos/mobile/qcamera/businesscardhandling.cpp
index 3cd7294d67..9413dd776f 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