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