first working version of the new search engine. TODO: add search modifiers

This commit is contained in:
Luis Ángel San Martín
2014-10-04 20:43:31 +02:00
parent bf87eacaf8
commit 2dca61c4e3
19 changed files with 196 additions and 20 deletions

View File

@ -7,5 +7,5 @@ ComicsView::ComicsView(QWidget *parent) :
void ComicsView::setModel(TableModel *m)
{
model = m;
model = m;
}