replaced removeFirst with mid
Signed-off-by: Trial97 <alexandru.tripon97@gmail.com>
This commit is contained in:
@ -134,7 +134,7 @@ void ModpackListModel::performPaginatedSearch()
|
||||
return;
|
||||
|
||||
if (currentSearchTerm.startsWith("#")) {
|
||||
auto projectId = currentSearchTerm.removeFirst();
|
||||
auto projectId = currentSearchTerm.mid(1);
|
||||
if (!projectId.isEmpty()) {
|
||||
ResourceAPI::ProjectInfoCallbacks callbacks;
|
||||
|
||||
|
Reference in New Issue
Block a user