Add const/references to all signal parameters
This commit is contained in:
@@ -41,7 +41,7 @@ class PlaylistListView : public AutoExpandingTreeView {
|
||||
bool ItemsSelected() const;
|
||||
|
||||
signals:
|
||||
void ItemsSelectedChanged(bool);
|
||||
void ItemsSelectedChanged(const bool);
|
||||
|
||||
protected:
|
||||
// QWidget
|
||||
|
||||
Reference in New Issue
Block a user