formatting

This commit is contained in:
Seth Alves 2015-02-05 15:42:42 -08:00
parent 810e7549d1
commit 6bad141004

View file

@ -45,7 +45,7 @@ public:
void setIsAuthenticated(bool isAuthenticated) { _isAuthenticated = isAuthenticated; }
bool isAuthenticated() const { return _isAuthenticated; }
QHash<QUuid, QUuid>& getSessionSecretHash() { return _sessionSecretHash; }
private:
QJsonObject mergeJSONStatsFromNewObject(const QJsonObject& newObject, QJsonObject destinationObject);