applets: Correct event ResetTypes from OneShot to Sticky

Fixes bugs relating to signalling in software keyboard.
This commit is contained in:
Zach Hilman
2018-11-23 11:00:33 -05:00
parent bf90f2402d
commit e11e65b3d6
5 changed files with 6 additions and 14 deletions

View File

@ -23,7 +23,7 @@ class QtProfileSelectionDialog final : public QDialog {
Q_OBJECT
public:
QtProfileSelectionDialog(QWidget* parent);
explicit QtProfileSelectionDialog(QWidget* parent);
~QtProfileSelectionDialog() override;
void accept() override;