Made Report::close() non-virtual, it is not overriden and it is called from the Report destructor

This commit is contained in:
Daniel Marjamäki 2018-04-02 18:30:12 +02:00
parent 1046ca2120
commit b4583d6e37
1 changed files with 1 additions and 2 deletions

View File

@ -32,7 +32,6 @@
*/
class Report : public QObject {
public:
enum Type {
TXT,
XMLV2,
@ -57,7 +56,7 @@ public:
/**
* @brief Close the report (file).
*/
virtual void close();
void close();
/**
* @brief Write report header.