summaryrefslogtreecommitdiff
path: root/src/yuzu/applets/qt_controller.h
diff options
context:
space:
mode:
authorgerman77 <juangerman-13@hotmail.com>2023-03-26 21:26:28 -0600
committergerman77 <juangerman-13@hotmail.com>2023-03-30 07:49:44 -0600
commit11edba4974ab702deb54371bf1bf7644f1dd8e38 (patch)
tree46d733ac751af1426de717991feb1e262bea117b /src/yuzu/applets/qt_controller.h
parent8bdc51b620f0778f53d76ad9368da97a9213d631 (diff)
applet: controller: Implement cancel button
Diffstat (limited to 'src/yuzu/applets/qt_controller.h')
-rw-r--r--src/yuzu/applets/qt_controller.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/applets/qt_controller.h b/src/yuzu/applets/qt_controller.h
index 2ef7e488f..2fdc35857 100644
--- a/src/yuzu/applets/qt_controller.h
+++ b/src/yuzu/applets/qt_controller.h
@@ -167,7 +167,7 @@ signals:
void MainWindowRequestExit() const;
private:
- void MainWindowReconfigureFinished();
+ void MainWindowReconfigureFinished(bool is_success);
mutable ReconfigureCallback callback;
};