Commit cd612818 authored by Felix Paul Kühne's avatar Felix Paul Kühne

macosx: fix and clean-up the bookmarks code (close #6947)

The code is far from being great, but it matches the Qt intf now.
parent fd9795ea
...@@ -49,6 +49,7 @@ ...@@ -49,6 +49,7 @@
input_thread_t *p_old_input; input_thread_t *p_old_input;
} }
+ (VLCBookmarks *)sharedInstance;
- (IBAction)add:(id)sender; - (IBAction)add:(id)sender;
- (IBAction)clear:(id)sender; - (IBAction)clear:(id)sender;
...@@ -60,9 +61,6 @@ ...@@ -60,9 +61,6 @@
- (IBAction)edit_cancel:(id)sender; - (IBAction)edit_cancel:(id)sender;
- (IBAction)edit_ok:(id)sender; - (IBAction)edit_ok:(id)sender;
+ (VLCBookmarks *)sharedInstance;
- (void)initStrings;
- (void)showBookmarks; - (void)showBookmarks;
- (id)dataTable; - (id)dataTable;
@end @end
This diff is collapsed.
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