GUI: Add Q_OBJECT to TxtReport class.
This commit is contained in:
parent
eaf836b323
commit
3d3b818e66
|
@ -36,6 +36,8 @@
|
|||
*/
|
||||
class TxtReport : public Report
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
TxtReport(const QString &filename, QObject * parent = 0);
|
||||
virtual ~TxtReport();
|
||||
|
|
Loading…
Reference in New Issue