try
the ";" after a class decl is needed because C allows you to write stuff likeQt Code:
ui.menu_management->menuAction()->setVisible(false);To copy to clipboard, switch view to plain text mode
struct hello {
int i;
} an_object_of_type_hello;
saving you the trouble of writing the impossibly long
struct hello an_object_of_type_hello;
Bookmarks