Skip to content
Snippets Groups Projects
Commit 54b7ec68 authored by Jérémy Quentin's avatar Jérémy Quentin
Browse files

[#1309] removed test in main

parent 9420fc3f
Branches
Tags
No related merge requests found
......@@ -62,10 +62,10 @@ int main(int argc, char **argv)
// SortableCodecListWidget * cl = new SortableCodecListWidget();
// cl->show();
QListView * v = new QListView();
v->setFlow(QListView::TopToBottom);
v->setModel(new AccountListModel());
v->show();
// QListView * v = new QListView();
// v->setFlow(QListView::TopToBottom);
// v->setModel(new AccountListModel());
// v->show();
return app.exec();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment