forked from qt-creator/qt-creator
Bazaar: set global Bazaar user ID when changed
This ID is automatically set when the user settings have been changed and applied from the "Options" dialog. This calls 'bzr whoami' under the hood Merge-request: 275 Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
This commit is contained in:
@@ -71,6 +71,7 @@ public:
|
||||
|
||||
BazaarClient(const VCSBase::VCSBaseClientSettings &settings);
|
||||
|
||||
bool synchronousSetUserId();
|
||||
BranchInfo synchronousBranchQuery(const QString &repositoryRoot) const;
|
||||
virtual QString findTopLevelForFile(const QFileInfo &file) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user