mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-20 05:13:58 +00:00
[editor] Stopped user preferences throwing an exception
Signed-off-by: Yannik Bloscheck <git@yannikbloscheck.com>
This commit is contained in:
committed by
Yannik Bloscheck
parent
7bfb488f1d
commit
9951ebece7
@@ -50,7 +50,6 @@ public:
|
||||
/// @returns true if user have registered/signed up even if his email address was not confirmed yet.
|
||||
bool TestOSMUser(std::string const & userName);
|
||||
/// Get OSM user preferences in a convenient struct.
|
||||
/// Throws in case of any error.
|
||||
UserPreferences GetUserPreferences() const;
|
||||
/// Please use at least created_by=* and comment=* tags.
|
||||
/// @returns created changeset ID.
|
||||
|
||||
Reference in New Issue
Block a user