From 312982adde4192ea9a62b20f07b4af76860e72d5 Mon Sep 17 00:00:00 2001 From: kalaposfos13 <153381648+kalaposfos13@users.noreply.github.com> Date: Fri, 27 Jun 2025 12:48:49 +0200 Subject: [PATCH] Fine, I'll do it myself. --- src/qt_gui/kbm_help_dialog.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/qt_gui/kbm_help_dialog.cpp b/src/qt_gui/kbm_help_dialog.cpp index 6f6b2bb73..b9055222c 100644 --- a/src/qt_gui/kbm_help_dialog.cpp +++ b/src/qt_gui/kbm_help_dialog.cpp @@ -112,7 +112,7 @@ HelpDialog::HelpDialog(bool* open_flag, QWidget* parent) : QDialog(parent) { } // Helper functions that store the text contents for each tab inb the HelpDialog menu -constexpr QString HelpDialog::quickstart() { +QString HelpDialog::quickstart() { return R"( The keyboard and controller remapping backend, GUI, and documentation have been written by kalaposfos. @@ -121,7 +121,7 @@ To view the config file's syntax, check out the Syntax tab, for keybind names, v This project began because I disliked the original, unchangeable keybinds. Rather than waiting for someone else to do it, I implemented this myself. From the default keybinds, you can clearly tell this was a project built for Bloodborne, but obviously, you can make adjustments however you like.)"; } -constexpr QString HelpDialog::syntax() { +QString HelpDialog::syntax() { return R"( Below is the file format for mouse, keyboard, and controller inputs: @@ -147,7 +147,7 @@ Examples: axis_left_y_minus = w;)"; } -constexpr QString HelpDialog::bindings() { +QString HelpDialog::bindings() { return R"( The following names should be interpreted without the '' around them. For inputs that have left and right versions, only the left one is shown, but the right version also works. (Example: 'lshift', 'rshift') @@ -232,7 +232,7 @@ Symbols (expanded): ? 'question')"; } -constexpr QString HelpDialog::special() { +QString HelpDialog::special() { return R"( There are some extra bindings you can put in the config file that don't correspond to a controller input but something else. You can find these here, with detailed comments, examples, and suggestions for most of them. @@ -269,7 +269,7 @@ You can find these here, with detailed comments, examples, and suggestions for m Controls whether moving the mouse sideways causes a panning or a rolling motion while mouse-to-gyro emulation is active.)"; } -constexpr QString HelpDialog::faq() { +QString HelpDialog::faq() { return R"( Q: What are the emulator-wide keybinds? A: