diff --git a/source/host/ui/config_dialog.h b/source/host/ui/config_dialog.h index 476ed62cbc..6f5b3950dc 100644 --- a/source/host/ui/config_dialog.h +++ b/source/host/ui/config_dialog.h @@ -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: