mirror of
https://github.com/status-im/qzxing.git
synced 2025-02-27 01:50:32 +00:00
minor style edit
This commit is contained in:
parent
b5b557ff89
commit
36e303e8be
@ -20,14 +20,14 @@ public:
|
|||||||
bool getResultMatch() const;
|
bool getResultMatch() const;
|
||||||
QString getErrorMessage() const;
|
QString getErrorMessage() const;
|
||||||
int64_t getElaspedTime() const;
|
int64_t getElaspedTime() const;
|
||||||
|
QString getExpectedOutput() const;
|
||||||
|
QString getImagePath() const;
|
||||||
|
|
||||||
void setOperationSuccess(bool value);
|
void setOperationSuccess(bool value);
|
||||||
void setResultMatch(bool value);
|
void setResultMatch(bool value);
|
||||||
void setErrorMessage(const QString &value);
|
void setErrorMessage(const QString &value);
|
||||||
void setElaspedTime(const int64_t &value);
|
void setElaspedTime(const int64_t &value);
|
||||||
QString getExpectedOutput() const;
|
|
||||||
void setExpectedOutput(const QString &value);
|
void setExpectedOutput(const QString &value);
|
||||||
QString getImagePath() const;
|
|
||||||
void setImagePath(const QString &value);
|
void setImagePath(const QString &value);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user