complex macros with ;

This commit is contained in:
Бычков Андрей
2022-07-25 16:23:15 +03:00
parent aaf9d80e3c
commit 7c851ec0dc
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@
class QPIIntrospector: public EMainWindow, private Ui::QPIIntrospector, public PIObject
{
Q_OBJECT
PIOBJECT(QPIIntrospector)
PIOBJECT(QPIIntrospector);
public:
QPIIntrospector(QWidget * parent = 0);
~QPIIntrospector();