From 195cad96355f8d42b84b5c5c58bb4ed34cd77074 Mon Sep 17 00:00:00 2001 From: Lioncash Date: Sun, 2 Dec 2018 14:14:32 -0500 Subject: yuzu/configuration: Make slots private where applicable These slots are only ever attached to event handling mechanisms within the class itself, they're never used externally. Because of this, we can make the functions private. This also removes redundant usages of the private access specifier. --- src/yuzu/configuration/configure_graphics.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/yuzu/configuration/configure_graphics.h') diff --git a/src/yuzu/configuration/configure_graphics.h b/src/yuzu/configuration/configure_graphics.h index 8688003e4..d6ffc6fde 100644 --- a/src/yuzu/configuration/configure_graphics.h +++ b/src/yuzu/configuration/configure_graphics.h @@ -23,7 +23,6 @@ public: private: void setConfiguration(); -private: std::unique_ptr ui; QColor bg_color; }; -- cgit v1.2.3