show tokens all sets (#2646)

This commit is contained in:
ctrlaltca 2017-04-25 17:32:51 +02:00 committed by Zach H
parent 3f3839d70a
commit 160d66d890
5 changed files with 10 additions and 6 deletions

View file

@ -324,7 +324,7 @@ void TabDeckEditor::createCentralFrame()
connect(&searchKeySignals, SIGNAL(onCtrlAltEnter()), this, SLOT(actAddCardToSideboard()));
connect(&searchKeySignals, SIGNAL(onCtrlEnter()), this, SLOT(actAddCardToSideboard()));
databaseModel = new CardDatabaseModel(db, this);
databaseModel = new CardDatabaseModel(db, true, this);
databaseModel->setObjectName("databaseModel");
databaseDisplayModel = new CardDatabaseDisplayModel(this);
databaseDisplayModel->setSourceModel(databaseModel);