From 11eb073bcfd3aebf404a454ad50596d882572aa4 Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Tue, 2 Jun 2015 10:04:39 -0700 Subject: [PATCH] fix comment --- libraries/shared/src/SettingInterface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/shared/src/SettingInterface.cpp b/libraries/shared/src/SettingInterface.cpp index 26cbe3ca13..c14fd33565 100644 --- a/libraries/shared/src/SettingInterface.cpp +++ b/libraries/shared/src/SettingInterface.cpp @@ -46,7 +46,7 @@ namespace Setting { QCoreApplication::setOrganizationName(applicationInfo.value("organizationName").toString()); QCoreApplication::setOrganizationDomain(applicationInfo.value("organizationDomain").toString()); - // Let's set up the settings Private instance on it's own thread + // Let's set up the settings Private instance on its own thread QThread* thread = new QThread(); Q_CHECK_PTR(thread); thread->setObjectName("Settings Thread");