aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/streambrowser/streamwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/General/streambrowser/streamwindow.h')
-rw-r--r--src/plugins/General/streambrowser/streamwindow.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/General/streambrowser/streamwindow.h b/src/plugins/General/streambrowser/streamwindow.h
index 7c878cc56..7c5bfcdc8 100644
--- a/src/plugins/General/streambrowser/streamwindow.h
+++ b/src/plugins/General/streambrowser/streamwindow.h
@@ -42,7 +42,7 @@ class StreamWindow : public QWidget
{
Q_OBJECT
public:
- StreamWindow(QWidget *parent = nullptr);
+ explicit StreamWindow(QWidget *parent = nullptr);
~StreamWindow();
@@ -81,7 +81,7 @@ class StreamsProxyModel: public QSortFilterProxyModel
{
Q_OBJECT
public:
- StreamsProxyModel(QObject *parent) : QSortFilterProxyModel(parent){}
+ explicit StreamsProxyModel(QObject *parent) : QSortFilterProxyModel(parent){}
protected:
bool lessThan (const QModelIndex &left, const QModelIndex &right) const override