summaryrefslogtreecommitdiffstats
path: root/copydialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'copydialog.h')
-rw-r--r--copydialog.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/copydialog.h b/copydialog.h
index 2d34094..cf022b3 100644
--- a/copydialog.h
+++ b/copydialog.h
@@ -9,6 +9,10 @@ class QLabel;
class CopyDialog : public QDialog {
public:
explicit CopyDialog(QWidget *parent = nullptr, Qt::WindowFlags f = Qt::WindowFlags());
+ void readSettings();
+
+ protected:
+ virtual void closeEvent(QCloseEvent *e);
private:
QLineEdit *mSrcE;