minor style edit

This commit is contained in:
favoritas37 2016-01-24 00:27:00 +02:00
parent b5b557ff89
commit 36e303e8be

View File

@ -20,14 +20,14 @@ public:
bool getResultMatch() const;
QString getErrorMessage() const;
int64_t getElaspedTime() const;
QString getExpectedOutput() const;
QString getImagePath() const;
void setOperationSuccess(bool value);
void setResultMatch(bool value);
void setErrorMessage(const QString &value);
void setElaspedTime(const int64_t &value);
QString getExpectedOutput() const;
void setExpectedOutput(const QString &value);
QString getImagePath() const;
void setImagePath(const QString &value);
};