You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I make pgmodeler...
I have error:
src/sampleplugin.h:54:30: error: unknown type name 'ActionId'
virtual QAction *getAction(ActionId act_id) const;
The text was updated successfully, but these errors were encountered:
#0 1443.6 In file included from src/sampleplugin.cpp:19:
#0 1443.6 src/sampleplugin.h:54:36: error: 'ActionId' has not been declared
#0 1443.6 54 | QAction *getAction(ActionId act_id) const override;
#0 1443.6 | ^~~~~~~~
When I make pgmodeler...
I have error:
src/sampleplugin.h:54:30: error: unknown type name 'ActionId'
virtual QAction *getAction(ActionId act_id) const;
The text was updated successfully, but these errors were encountered: