1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-22 12:34:19 +00:00

Added virtual destructor to avoid memory leaks

This commit is contained in:
Christophe Dumez 2010-03-03 13:03:13 +00:00
parent dbbf26449c
commit 19368bcefa

View File

@ -92,6 +92,7 @@ public:
enum FileType {STREAM, FOLDER};
RssFile(): QObject() {}
virtual ~RssFile() {};
virtual unsigned int getNbUnRead() const = 0;
virtual FileType getType() const = 0;