Remove unused private field from test.
Change-Id: I6f991f35a035ed9ff28ff8548b647916db85db39 Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@theqtcompany.com> Reviewed-by: Kevin Funk <kevin.funk@kdab.com>
This commit is contained in:
parent
e2405dd63f
commit
9ff550807d
@ -41,24 +41,14 @@ class tst_QState : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
tst_QState();
|
||||
|
||||
private slots:
|
||||
void assignProperty();
|
||||
void assignPropertyTwice();
|
||||
void historyInitialState();
|
||||
void transitions();
|
||||
void privateSignals();
|
||||
|
||||
private:
|
||||
bool functionCalled;
|
||||
};
|
||||
|
||||
tst_QState::tst_QState() : functionCalled(false)
|
||||
{
|
||||
}
|
||||
|
||||
class TestClass: public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
|
Loading…
Reference in New Issue
Block a user