complex macros with ;
This commit is contained in:
@@ -30,7 +30,7 @@
|
|||||||
|
|
||||||
class QAD_PIQT_EXPORT QPIConnection: public QObject, public PIConnection {
|
class QAD_PIQT_EXPORT QPIConnection: public QObject, public PIConnection {
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
PIOBJECT_SUBCLASS(QPIConnection, PIConnection)
|
PIOBJECT_SUBCLASS(QPIConnection, PIConnection);
|
||||||
public:
|
public:
|
||||||
QPIConnection(const QString & name = QString());
|
QPIConnection(const QString & name = QString());
|
||||||
|
|
||||||
|
|||||||
@@ -13,7 +13,7 @@
|
|||||||
class QPIIntrospector: public EMainWindow, private Ui::QPIIntrospector, public PIObject
|
class QPIIntrospector: public EMainWindow, private Ui::QPIIntrospector, public PIObject
|
||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
PIOBJECT(QPIIntrospector)
|
PIOBJECT(QPIIntrospector);
|
||||||
public:
|
public:
|
||||||
QPIIntrospector(QWidget * parent = 0);
|
QPIIntrospector(QWidget * parent = 0);
|
||||||
~QPIIntrospector();
|
~QPIIntrospector();
|
||||||
|
|||||||
Reference in New Issue
Block a user