mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-17 00:47:05 +00:00
CSelectResourcePanel: Elide copies where applicable
We can just pass by const reference.
This commit is contained in:
@@ -26,8 +26,8 @@ public:
|
||||
|
||||
public slots:
|
||||
void FocusChanged(QWidget *pOld, QWidget *pNew);
|
||||
void SearchStringChanged(QString SearchString);
|
||||
void ResourceClicked(QModelIndex Index);
|
||||
void SearchStringChanged(const QString& SearchString);
|
||||
void ResourceClicked(const QModelIndex& Index);
|
||||
};
|
||||
|
||||
#endif // CSELECTRESOURCEPANEL_H
|
||||
|
||||
Reference in New Issue
Block a user