diff --git a/src/qt/qt_mainwindow.hpp b/src/qt/qt_mainwindow.hpp index 655a8edc8..ba7867120 100644 --- a/src/qt/qt_mainwindow.hpp +++ b/src/qt/qt_mainwindow.hpp @@ -40,6 +40,7 @@ private slots: void on_actionRight_CTRL_is_left_ALT_triggered(); void on_actionKeyboard_requires_capture_triggered(); + void showMessage_(const QString& header, const QString& message); private: struct DeltaPos { int x = 0;