Skip to content

Commit 3d3b818

Browse files
committed
GUI: Add Q_OBJECT to TxtReport class.
1 parent eaf836b commit 3d3b818

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

gui/txtreport.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@
3636
*/
3737
class TxtReport : public Report
3838
{
39+
Q_OBJECT
40+
3941
public:
4042
TxtReport(const QString &filename, QObject * parent = 0);
4143
virtual ~TxtReport();

0 commit comments

Comments
 (0)