diff options
author | dec05eba <dec05eba@protonmail.com> | 2021-05-07 03:34:05 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2021-05-07 03:34:05 +0200 |
commit | 27eac1c56904a853e79d66e1cf4daac7d8f8ba6b (patch) | |
tree | 9313548d930ee6a06088be55172868744dd2a5f0 /include | |
parent | ecb76941fe38cb8016388f6b2185312432cc8122 (diff) |
Add ctrl+i reverse image search to 4chan, add saucenao to launcher
Diffstat (limited to 'include')
-rw-r--r-- | include/QuickMedia.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/QuickMedia.hpp b/include/QuickMedia.hpp index cea9b88..5d5f613 100644 --- a/include/QuickMedia.hpp +++ b/include/QuickMedia.hpp @@ -100,7 +100,7 @@ namespace QuickMedia { Json::Value load_video_history_json(); private: void init(Window parent_window); - void load_plugin_by_name(std::vector<Tab> &tabs, const char *start_dir, int &start_tab_index, FileManagerMimeType fm_mime_type); + void load_plugin_by_name(std::vector<Tab> &tabs, const char *start_dir, int &start_tab_index, FileManagerMimeType fm_mime_type, FileSelectionHandler file_selection_handler); // Returns true if the window was closed bool handle_window_close(); void base_event_handler(sf::Event &event, PageType previous_page, Body *body, SearchBar *search_bar, bool handle_key_press = true, bool handle_searchbar = true); |