Skip to content

Commit

Permalink
Fix build.
Browse files Browse the repository at this point in the history
  • Loading branch information
dchapyshev committed Nov 17, 2023
1 parent 78cb0b0 commit 7b07d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/host/ui/config_dialog.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ private slots:
void onChangePassClicked();
void onImport();
void onExport();
void onConfigChanged() { setConfigChanged(true); }
void onConfigChanged() { setConfigChanged(FROM_HERE, true); }
void onButtonBoxClicked(QAbstractButton* button);

private:
Expand Down

0 comments on commit 7b07d30

Please sign in to comment.