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

Commit

Permalink
Fix QSettings issue on Windows 7
Browse files Browse the repository at this point in the history
Regression related to issue #168
  • Loading branch information
CDuquesnoy committed Jan 7, 2018
1 parent a02235c commit 0191df8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ using namespace MellowPlayer::Infrastructure;

TEST_CASE("QSettingsStoreTests")
{
QSettingsStore qSettingsStore();
QSettingsStore qSettingsStore;
qSettingsStore.setOrganizationName("MellowPlayer.Tests");

SECTION("defaultValue")
Expand Down

0 comments on commit 0191df8

Please sign in to comment.