From 19da1011648beb324122f36e6da4cd14cc4c7217 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Sat, 2 May 2020 14:39:40 +0200 Subject: Remove redundant Config prefix from ConfigInfo/ConfigLocation Both structs are already in the Config namespace. --- Source/Core/DolphinQt/Config/Graphics/GraphicsInteger.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/DolphinQt/Config/Graphics/GraphicsInteger.cpp') diff --git a/Source/Core/DolphinQt/Config/Graphics/GraphicsInteger.cpp b/Source/Core/DolphinQt/Config/Graphics/GraphicsInteger.cpp index 6fd1049e86..7c81634248 100644 --- a/Source/Core/DolphinQt/Config/Graphics/GraphicsInteger.cpp +++ b/Source/Core/DolphinQt/Config/Graphics/GraphicsInteger.cpp @@ -10,7 +10,7 @@ #include "DolphinQt/Settings.h" -GraphicsInteger::GraphicsInteger(int minimum, int maximum, const Config::ConfigInfo& setting, +GraphicsInteger::GraphicsInteger(int minimum, int maximum, const Config::Info& setting, int step) : QSpinBox(), m_setting(setting) { -- cgit v1.2.3