forked from qt-creator/qt-creator
Bazaar: fix whitespaces
Merge-request: 2208 Reviewed-by: hjk <qtc-committer@nokia.com> Change-Id: I4f803ebe6bfc4eda5635c1ee60d7c049d8c70250 Reviewed-on: http://codereview.qt-project.org/5302 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -45,6 +45,7 @@ class BazaarSettings;
|
||||
class BazaarClient : public VCSBase::VCSBaseClient
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
BazaarClient(BazaarSettings *settings);
|
||||
|
||||
@@ -71,6 +72,7 @@ protected:
|
||||
const QStringList &files,
|
||||
const QStringList &extraOptions);
|
||||
StatusItem parseStatusLine(const QString &line) const;
|
||||
|
||||
private:
|
||||
friend class CloneWizard;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user