Hi,
Do I need to delete QAction after I add them to a QMenu?? The examples don't seem to delete them?
Will this leak memory?
Qt Code:
QMenu menu; menu.addAction(new Action("test", null));To copy to clipboard, switch view to plain text mode
Thanks
Hua-Ying
Bookmarks