[Pkg-owncloud-commits] [owncloud-client] 02/38: folderman: make escapeAlias public as its now used in accountmigrator.
Sandro Knauß
hefee-guest at moszumanska.debian.org
Fri Sep 5 20:20:53 UTC 2014
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch sid
in repository owncloud-client.
commit 8d3806b0808f3057a29a93bec6812a1be9877ebf
Author: Klaas Freitag <freitag at owncloud.com>
Date: Thu Jun 12 16:47:58 2014 +0200
folderman: make escapeAlias public as its now used in accountmigrator.
---
src/mirall/folderman.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/src/mirall/folderman.h b/src/mirall/folderman.h
index 0f4a79d..5b3f6c6 100644
--- a/src/mirall/folderman.h
+++ b/src/mirall/folderman.h
@@ -83,6 +83,8 @@ public:
void removeMonitorPath( const QString& alias, const QString& path );
void addMonitorPath( const QString& alias, const QString& path );
+ QString escapeAlias( const QString& ) const;
+
signals:
/**
* signal to indicate a folder named by alias has changed its sync state.
@@ -130,7 +132,6 @@ private:
// Escaping of the alias which is used in QSettings AND the file
// system, thus need to be escaped.
- QString escapeAlias( const QString& ) const;
QString unescapeAlias( const QString& ) const;
void removeFolder( const QString& );
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git
More information about the Pkg-owncloud-commits
mailing list