Skip to content
This repository has been archived by the owner on May 3, 2019. It is now read-only.

Commit

Permalink
Remove debugging code of issue #168
Browse files Browse the repository at this point in the history
  • Loading branch information
CDuquesnoy committed Dec 18, 2017
1 parent 2f2031c commit 2486a35
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions lib/MellowPlayer/Infrastructure/Settings/QSettingsStore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ using namespace std;

QSettingsStore::QSettingsStore() : qSettings_("MellowPlayer", "3")
{
bool initialValue = qSettings_.value("value", true).toBool();
qSettings_.setValue("value", false);
bool newValue = qSettings_.value("value", true).toBool();
qDebug() << initialValue << newValue;

}

void QSettingsStore::clear()
Expand Down

0 comments on commit 2486a35

Please sign in to comment.