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:
cerf
2011-09-21 11:43:58 +02:00
committed by hjk
parent 93d77eef10
commit 425261d69a
13 changed files with 19 additions and 10 deletions

View File

@@ -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: