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: ...@@ -50,9 +50,10 @@ private:
virtual ~BookmarksDialog(); virtual ~BookmarksDialog();
static BookmarksDialog *instance; static BookmarksDialog *instance;
void update();
QTreeWidget *bookmarksList; QTreeWidget *bookmarksList;
private slots: private slots:
void update();
void add(); void add();
void del(); void del();
void clear(); 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