X-Git-Url: https://git.toastfreeware.priv.at/toast/confclerk.git/blobdiff_plain/68b2df2aae1c3894cb2a720d088b5f41e17a93e1..080dc7d603d45ba0662aa731418993ddd45b5fe8:/src/gui/settingsdialog.h diff --git a/src/gui/settingsdialog.h b/src/gui/settingsdialog.h index 0863479..401e920 100644 --- a/src/gui/settingsdialog.h +++ b/src/gui/settingsdialog.h @@ -1,6 +1,6 @@ /* * Copyright (C) 2010 Ixonos Plc. - * Copyright (C) 2011 Philipp Spitzer, gregor herrmann + * Copyright (C) 2011-2024 Philipp Spitzer, gregor herrmann, Stefan Stahl * * This file is part of ConfClerk. * @@ -29,9 +29,10 @@ class SettingsDialog : public QDialog, Ui::SettingsDialog public: SettingsDialog(QWidget *aParent = NULL); ~SettingsDialog() {} + void loadDialogData(); + void saveDialogData(); private slots: void connectionTypeChanged(bool aState); - void saveDialogData(); }; #endif /* PROXYSETTINGSDIALOG_H */