Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit f7e9b88

Browse files
committed
Merge pull request #94 from AgentRX/dev
Dev
2 parents f174175 + d87e0e5 commit f7e9b88

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sdk/rms_sdk/Platform/Settings/LocalSettingsQt.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
*/
88

99
#ifdef QTFRAMEWORK
10+
#include <QDebug>
1011
#include "LocalSettingsQt.h"
1112

1213
namespace rmscore {
@@ -19,8 +20,7 @@ std::shared_ptr<ILocalSettings> ILocalSettings::Create(const std::string& filena
1920
}
2021

2122
LocalSettingsQt::LocalSettingsQt(const QString& filename) :
22-
impl_(filename)
23-
{}
23+
impl_(filename, QSettings::IniFormat) {}
2424

2525
std::string LocalSettingsQt::GetString(const std::string& container,
2626
const std::string& name,

0 commit comments

Comments
 (0)