Commit ab01238b authored by Srikanth Raju's avatar Srikanth Raju Committed by Rémi Duraffort

Fixes bookmark feature non update bug

Signed-off-by: default avatarRémi Duraffort <ivoire@videolan.org>
parent e1ca258d
......@@ -50,9 +50,10 @@ private:
virtual ~BookmarksDialog();
static BookmarksDialog *instance;
void update();
QTreeWidget *bookmarksList;
private slots:
void update();
void add();
void del();
void clear();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment