diff options
Diffstat (limited to 'Swiften/Application/Application.h')
-rw-r--r-- | Swiften/Application/Application.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Swiften/Application/Application.h b/Swiften/Application/Application.h index 4900107..4fda7af 100644 --- a/Swiften/Application/Application.h +++ b/Swiften/Application/Application.h @@ -16,6 +16,7 @@ namespace Swift { boost::filesystem::path getSettingsFileName() const; boost::filesystem::path getHomeDir() const; virtual boost::filesystem::path getSettingsDir() const = 0; + boost::filesystem::path getProfileDir(const String& profile) const; const String& getName() const { return name_; |