mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 23:47:23 -06:00
- Oops typo
This commit is contained in:
@@ -496,7 +496,7 @@ class RssStream : public QObject{
|
||||
if(!itemAlreadyExists(item->getHash()))
|
||||
listItem.append(item);
|
||||
else
|
||||
detete item;
|
||||
delete item;
|
||||
}
|
||||
property = property.nextSibling().toElement();
|
||||
}
|
||||
|
||||
@@ -95,7 +95,7 @@ DEFINES += NDEBUG
|
||||
QMAKE_CXXFLAGS_RELEASE += -fwrapv \
|
||||
-O2
|
||||
QMAKE_CXXFLAGS_DEBUG += -fwrapv \
|
||||
-O1
|
||||
-O0
|
||||
CONFIG += link_pkgconfig
|
||||
PKGCONFIG += "libtorrent-rasterbar libcurl"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user