aboutsummaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2019-07-07 18:16:30 +0900
committerKitsune Ral <Kitsune-Ral@users.sf.net>2019-08-09 10:18:34 +0900
commit7a5b359b8823646ce97cbaf05c251cb04c291466 (patch)
tree293ac4a2bc3942352e0d34b0e437015db4eb0740 /examples
parentb0f259c3aa4ca619a6998184d16f9ab2daf5b5f4 (diff)
downloadlibquotient-7a5b359b8823646ce97cbaf05c251cb04c291466.tar.gz
libquotient-7a5b359b8823646ce97cbaf05c251cb04c291466.zip
Rename zero-impact strings
Diffstat (limited to 'examples')
-rw-r--r--examples/qmc-example.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/qmc-example.cpp b/examples/qmc-example.cpp
index f649ac3f..4a06d9b8 100644
--- a/examples/qmc-example.cpp
+++ b/examples/qmc-example.cpp
@@ -435,7 +435,7 @@ void QMCTest::setTopic()
void QMCTest::addAndRemoveTag()
{
running.push_back("Tagging test");
- static const auto TestTag = QStringLiteral("org.qmatrixclient.test");
+ static const auto TestTag = QStringLiteral("org.quotient.test");
// Pre-requisite
if (targetRoom->tags().contains(TestTag))
targetRoom->removeTag(TestTag);