Add const/references to all signal parameters
This commit is contained in:
@@ -36,7 +36,7 @@ class QSearchField : public QWidget {
|
||||
void setFocus();
|
||||
|
||||
signals:
|
||||
void textChanged(QString text);
|
||||
void textChanged(const QString &text);
|
||||
void editingFinished();
|
||||
void returnPressed();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user