mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-10 05:57:48 +00:00
CResourceBrowser: Take search string by const reference
Same thing, less copies.
This commit is contained in:
@@ -98,7 +98,7 @@ public slots:
|
||||
void OnCreateAssetAction();
|
||||
bool CreateDirectory();
|
||||
bool Delete(QVector<CResourceEntry*> Resources, QVector<CVirtualDirectory*> Directories);
|
||||
void OnSearchStringChanged(QString SearchString);
|
||||
void OnSearchStringChanged(const QString& SearchString);
|
||||
void OnDirectorySelectionChanged(const QModelIndex& rkNewIndex);
|
||||
void OnDoubleClickTable(QModelIndex Index);
|
||||
void OnResourceSelectionChanged(const QModelIndex& rkNewIndex);
|
||||
|
||||
Reference in New Issue
Block a user