GUI: Add Q_OBJECT to TxtReport class.

This commit is contained in:
Kimmo Varis 2011-06-15 11:28:47 +03:00
parent eaf836b323
commit 3d3b818e66
1 changed files with 2 additions and 0 deletions

View File

@ -36,6 +36,8 @@
*/
class TxtReport : public Report
{
Q_OBJECT
public:
TxtReport(const QString &filename, QObject * parent = 0);
virtual ~TxtReport();