Correctly initialise state

BUG: 463
This commit is contained in:
craig.p.drummond
2014-04-07 20:22:20 +00:00
committed by craig.p.drummond
parent e19c4a0955
commit 3bf4d7aff6

View File

@@ -46,7 +46,7 @@ public:
SearchPage::SearchPage(QWidget *p)
: QWidget(p)
, state(0)
, state(-1)
, model(this)
, proxy(this)
{