run clangformat

This commit is contained in:
2016-10-31 08:12:15 +03:00
parent a189e1af38
commit f893b34e19
2 changed files with 6 additions and 3 deletions

View File

@ -39,7 +39,8 @@ public:
virtual ~AWTelemetryHandler();
Q_INVOKABLE QStringList get(const QString group) const;
Q_INVOKABLE QString getLast(const QString group) const;
Q_INVOKABLE void init(const int count, const bool enableRemote, const QString clientId);
Q_INVOKABLE void init(const int count, const bool enableRemote,
const QString clientId);
Q_INVOKABLE bool put(const QString group, const QString value) const;
Q_INVOKABLE void uploadTelemetry(const QString group, const QString value);