From 67f5572b423345a6e243516070a335a521459384 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Mon, 16 Feb 2015 18:57:36 +0100 Subject: Implemented autocomplete in FileLocator --- src/plugins/filesystem/FileLocator.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/plugins/filesystem/FileLocator.hpp') diff --git a/src/plugins/filesystem/FileLocator.hpp b/src/plugins/filesystem/FileLocator.hpp index 1c3e494..14988a8 100644 --- a/src/plugins/filesystem/FileLocator.hpp +++ b/src/plugins/filesystem/FileLocator.hpp @@ -81,6 +81,10 @@ protected: const ResourceType type, const std::string &relativeTo) const override; + std::vector doAutocomplete( + const std::string &path, const ResourceType type, + const std::string &relativeTo) const override; + std::unique_ptr doStream( const std::string &location) const override; -- cgit v1.2.3