aboutsummaryrefslogtreecommitdiff
path: root/plugins/Plugin.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Plugin.hpp')
-rw-r--r--plugins/Plugin.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Plugin.hpp b/plugins/Plugin.hpp
index 2026319..ebf3408 100644
--- a/plugins/Plugin.hpp
+++ b/plugins/Plugin.hpp
@@ -40,4 +40,5 @@ namespace QuickMedia {
SearchResult download_result_to_search_result(DownloadResult download_result);
ImageResult download_result_to_image_result(DownloadResult download_result);
PluginResult search_result_to_plugin_result(SearchResult search_result);
+ SearchResult plugin_result_to_search_result(PluginResult plugin_result);
} \ No newline at end of file