1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-02-02 01:44:26 +00:00

- Oops typo

This commit is contained in:
Christophe Dumez 2008-12-23 14:58:38 +00:00
parent 70725bdfe2
commit 078110851d
2 changed files with 2 additions and 2 deletions

View File

@ -496,7 +496,7 @@ class RssStream : public QObject{
if(!itemAlreadyExists(item->getHash())) if(!itemAlreadyExists(item->getHash()))
listItem.append(item); listItem.append(item);
else else
detete item; delete item;
} }
property = property.nextSibling().toElement(); property = property.nextSibling().toElement();
} }

View File

@ -95,7 +95,7 @@ DEFINES += NDEBUG
QMAKE_CXXFLAGS_RELEASE += -fwrapv \ QMAKE_CXXFLAGS_RELEASE += -fwrapv \
-O2 -O2
QMAKE_CXXFLAGS_DEBUG += -fwrapv \ QMAKE_CXXFLAGS_DEBUG += -fwrapv \
-O1 -O0
CONFIG += link_pkgconfig CONFIG += link_pkgconfig
PKGCONFIG += "libtorrent-rasterbar libcurl" PKGCONFIG += "libtorrent-rasterbar libcurl"