forked from qt-creator/qt-creator
AutoTest: Remove left-over declaration
Forgotten in 7f89df16a2
.
Change-Id: I2275fa0772d3c014ae1ed672461040c7f621b193
Reviewed-by: David Schulz <david.schulz@qt.io>
This commit is contained in:
@@ -44,7 +44,6 @@ struct TestSettings
|
|||||||
TestSettings();
|
TestSettings();
|
||||||
void toSettings(QSettings *s) const;
|
void toSettings(QSettings *s) const;
|
||||||
void fromSettings(QSettings *s);
|
void fromSettings(QSettings *s);
|
||||||
static QString metricsTypeToOption(const MetricsType type);
|
|
||||||
|
|
||||||
int timeout;
|
int timeout;
|
||||||
bool omitInternalMssg = true;
|
bool omitInternalMssg = true;
|
||||||
|
Reference in New Issue
Block a user