diff options
Diffstat (limited to 'src/plugins/Ui/qsui/playlistbrowser.h')
| -rw-r--r-- | src/plugins/Ui/qsui/playlistbrowser.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/plugins/Ui/qsui/playlistbrowser.h b/src/plugins/Ui/qsui/playlistbrowser.h index 98d613a13..69aae90bd 100644 --- a/src/plugins/Ui/qsui/playlistbrowser.h +++ b/src/plugins/Ui/qsui/playlistbrowser.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2013 by Ilya Kotov * + * Copyright (C) 2013-2020 by Ilya Kotov * * forkotov02@ya.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -38,7 +38,7 @@ class PlayListBrowser : public QWidget { Q_OBJECT public: - PlayListBrowser(PlayListManager *manager, QWidget *parent = nullptr); + explicit PlayListBrowser(PlayListManager *manager, QWidget *parent = nullptr); ~PlayListBrowser(); private slots: @@ -52,8 +52,8 @@ private: QLineEdit *m_lineEdit; QListView *m_listView; PlayListManager *m_pl_manager; - QStandardItemModel* m_listModel; - QSortFilterProxyModel* m_proxyModel; + QStandardItemModel *m_listModel; + QSortFilterProxyModel *m_proxyModel; }; #endif // PLAYLISTBROWSER_H |
