mirror of
https://github.com/gtalent/sc9k.git
synced 2025-09-12 01:20:12 -05:00
Fix SettingsDialog to do validity check when OK is pressed
This commit is contained in:
@@ -38,7 +38,8 @@ class SettingsDialog: public QDialog {
|
||||
QWidget *setupViewConfig(QWidget *parent);
|
||||
QWidget *setupImageConfig(QWidget *parent);
|
||||
QWidget *setupButtons(QWidget *parent);
|
||||
void handleApply();
|
||||
[[nodiscard]]
|
||||
int handleApply();
|
||||
void handleOK();
|
||||
void setupViewRow(int row, View const&view = {});
|
||||
/**
|
||||
|
Reference in New Issue
Block a user