qmake: remove pointless ~VCFilter()

It's empty, but non-trivial, thus preventing move special member
functions from being generated by the compiler (now that qmake
is compiled as C++11, too).

Change-Id: I9431311d24da802f147ce10e475936838bb85d41
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
bb10
Marc Mutz 2015-07-22 12:09:58 +02:00
parent aeea30ebba
commit fae988e449
1 changed files with 0 additions and 1 deletions

View File

@ -936,7 +936,6 @@ class VCFilter
public:
// Functions
VCFilter();
~VCFilter(){}
void addFile(const QString& filename);
void addFile(const VCFilterFile& fileInfo);