summaryrefslogtreecommitdiff
path: root/tests/auto/qplacemanager_unsupported/tst_qplacemanager_unsupported.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qplacemanager_unsupported/tst_qplacemanager_unsupported.cpp')
-rw-r--r--tests/auto/qplacemanager_unsupported/tst_qplacemanager_unsupported.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/auto/qplacemanager_unsupported/tst_qplacemanager_unsupported.cpp b/tests/auto/qplacemanager_unsupported/tst_qplacemanager_unsupported.cpp
index f1615536..ad14db1e 100644
--- a/tests/auto/qplacemanager_unsupported/tst_qplacemanager_unsupported.cpp
+++ b/tests/auto/qplacemanager_unsupported/tst_qplacemanager_unsupported.cpp
@@ -149,7 +149,7 @@ void tst_QPlaceManagerUnsupported::testGetPlaceDetails()
void tst_QPlaceManagerUnsupported::testGetPlaceContent()
{
- QPlaceContentReply *reply = m_manager->getPlaceContent(QString(), QPlaceContentRequest());
+ QPlaceContentReply *reply = m_manager->getPlaceContent(QPlaceContentRequest());
if (!checkSignals(reply, QPlaceReply::UnsupportedError))
return;
}