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:
@@ -49,6 +49,7 @@ class BazaarClient;
|
||||
class BazaarControl: public Core::IVersionControl
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
explicit BazaarControl(BazaarClient *bazaarClient);
|
||||
|
||||
@@ -75,7 +76,7 @@ public slots:
|
||||
// To be connected to the VCSTask's success signal to emit the repository/
|
||||
// files changed signals according to the variant's type:
|
||||
// String -> repository, StringList -> files
|
||||
void changed(const QVariant&);
|
||||
void changed(const QVariant &);
|
||||
void emitConfigurationChanged();
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user