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 0191df8 commit c76f216
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
#include "QSettingsStore.hpp"
#include <QDebug>

using namespace std;
using namespace MellowPlayer::Domain;
using namespace MellowPlayer::Domain;
using namespace MellowPlayer::Infrastructure;
using namespace std;

QSettingsStore::QSettingsStore() : qSettings_(make_unique<QSettings>("MellowPlayer", "3"))
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#pragma once

#include <MellowPlayer/Domain/Settings/ISettingsStore.hpp>
#include <memory>
#include <QSettings>
#include <MellowPlayer/Domain/Settings/ISettingsStore.hpp>

namespace MellowPlayer::Infrastructure
{
Expand Down

0 comments on commit c76f216

Please sign in to comment.