I have copied bookmarks widget code from browser example to my app.
Bookmarks toolbar and bookmarks window are working but bookmarks menu not.
I have created and added bookmarks menu to my menu, but after compiling if i try to open menu with bookmarks, my app shuts down. But if i comment
Qt Code:
  1. connect(this, SIGNAL(aboutToShow()), this, SLOT(aboutToShow()));
To copy to clipboard, switch view to plain text mode 

app will not shuts down but bookmarks are not imported to menu. What i do wrong??