summaryrefslogtreecommitdiffstats
path: root/src/yuzu/applets/software_keyboard.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-11-20 17:29:19 +0100
committerLioncash <mathew1800@gmail.com>2018-11-20 17:29:22 +0100
commitfe2609cb77692bf66783e364db920cbfe1bff078 (patch)
tree7c9fd4987f66437032463ef4eab7dd83be40e023 /src/yuzu/applets/software_keyboard.h
parentMerge pull request #1667 from DarkLordZach/swkbd (diff)
downloadyuzu-fe2609cb77692bf66783e364db920cbfe1bff078.tar
yuzu-fe2609cb77692bf66783e364db920cbfe1bff078.tar.gz
yuzu-fe2609cb77692bf66783e364db920cbfe1bff078.tar.bz2
yuzu-fe2609cb77692bf66783e364db920cbfe1bff078.tar.lz
yuzu-fe2609cb77692bf66783e364db920cbfe1bff078.tar.xz
yuzu-fe2609cb77692bf66783e364db920cbfe1bff078.tar.zst
yuzu-fe2609cb77692bf66783e364db920cbfe1bff078.zip
Diffstat (limited to '')
-rw-r--r--src/yuzu/applets/software_keyboard.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/yuzu/applets/software_keyboard.h b/src/yuzu/applets/software_keyboard.h
index 73f56714f..db3fbae1d 100644
--- a/src/yuzu/applets/software_keyboard.h
+++ b/src/yuzu/applets/software_keyboard.h
@@ -70,11 +70,10 @@ signals:
void MainWindowGetText(Core::Frontend::SoftwareKeyboardParameters parameters) const;
void MainWindowTextCheckDialog(std::u16string error_message) const;
-public slots:
+private:
void MainWindowFinishedText(std::optional<std::u16string> text);
void MainWindowFinishedCheckDialog();
-private:
mutable std::function<void(std::optional<std::u16string>)> text_output;
mutable std::function<void()> finished_check;
};