mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-20 13:23:34 -07:00
- Fix crash when deleting a label
This commit is contained in:
parent
96d3df3135
commit
78ba99778a
3 changed files with 12 additions and 7 deletions
|
@ -68,7 +68,7 @@ public:
|
|||
foreach(const QString& token, match_tokens) {
|
||||
if(token.isEmpty() || token == "")
|
||||
continue;
|
||||
qDebug("Token: %s", token.toLocal8Bit().data());
|
||||
//qDebug("Token: %s", token.toLocal8Bit().data());
|
||||
QRegExp reg(token, Qt::CaseInsensitive, QRegExp::Wildcard);
|
||||
//reg.setMinimal(false);
|
||||
if(reg.indexIn(s) < 0) return false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue