diff options
author | Lioncash <mathew1800@gmail.com> | 2018-10-25 22:45:13 +0200 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2018-10-25 22:45:13 +0200 |
commit | 2347e1b8c530fb1cf88e61c40b2369746d4636a8 (patch) | |
tree | dcc435d8435bd44bd3ec7fc7f6faa017218e9e35 | |
parent | configure_system: Make public slots private (diff) | |
download | yuzu-2347e1b8c530fb1cf88e61c40b2369746d4636a8.tar yuzu-2347e1b8c530fb1cf88e61c40b2369746d4636a8.tar.gz yuzu-2347e1b8c530fb1cf88e61c40b2369746d4636a8.tar.bz2 yuzu-2347e1b8c530fb1cf88e61c40b2369746d4636a8.tar.lz yuzu-2347e1b8c530fb1cf88e61c40b2369746d4636a8.tar.xz yuzu-2347e1b8c530fb1cf88e61c40b2369746d4636a8.tar.zst yuzu-2347e1b8c530fb1cf88e61c40b2369746d4636a8.zip |
-rw-r--r-- | src/yuzu/configuration/configure_system.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/configuration/configure_system.h b/src/yuzu/configuration/configure_system.h index a30ab8499..ea724e317 100644 --- a/src/yuzu/configuration/configure_system.h +++ b/src/yuzu/configuration/configure_system.h @@ -29,7 +29,7 @@ class ConfigureSystem : public QWidget { public: explicit ConfigureSystem(QWidget* parent = nullptr); - ~ConfigureSystem(); + ~ConfigureSystem() override; void applyConfiguration(); void setConfiguration(); |