Add const/references to all signal parameters
This commit is contained in:
@@ -65,8 +65,8 @@ class PlaylistContainer : public QWidget {
|
||||
bool eventFilter(QObject *objectWatched, QEvent *event) override;
|
||||
|
||||
signals:
|
||||
void TabChanged(int id);
|
||||
void Rename(int id, QString new_name);
|
||||
void TabChanged(const int id);
|
||||
void Rename(const int id, const QString &new_name);
|
||||
|
||||
void UndoRedoActionsChanged(QAction *undo, QAction *redo);
|
||||
void ViewSelectionModelChanged();
|
||||
|
||||
Reference in New Issue
Block a user