aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/streambrowser/editstreamdialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/streambrowser/editstreamdialog.h')
-rw-r--r--src/plugins/General/streambrowser/editstreamdialog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/General/streambrowser/editstreamdialog.h b/src/plugins/General/streambrowser/editstreamdialog.h
index 4f6ddc500..8e2d77bbb 100644
--- a/src/plugins/General/streambrowser/editstreamdialog.h
+++ b/src/plugins/General/streambrowser/editstreamdialog.h
@@ -1,5 +1,5 @@
/***************************************************************************
- * Copyright (C) 2018 by Ilya Kotov *
+ * Copyright (C) 2018-2019 by Ilya Kotov *
* forkotov02@ya.ru *
* *
* This program is free software; you can redistribute it and/or modify *
@@ -46,7 +46,7 @@ public:
};
public slots:
- void accept();
+ void accept() override;
void setValues(const QMap<Key, QString> &values);
const QMap<Key, QString> &values() const;