TJSonic
10th November 2010, 18:36
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
connect(this, SIGNAL(aboutToShow()), this, SLOT(aboutToShow()));
app will not shuts down but bookmarks are not imported to menu. What i do wrong??
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
connect(this, SIGNAL(aboutToShow()), this, SLOT(aboutToShow()));
app will not shuts down but bookmarks are not imported to menu. What i do wrong??