diff --git a/sflphone-client-kde/src/main.cpp b/sflphone-client-kde/src/main.cpp index d9f9d7493c3f99f34f5259e714003865babf402b..2096d1fc7672fa96a02ff3928930e9df773c8b5e 100644 --- a/sflphone-client-kde/src/main.cpp +++ b/sflphone-client-kde/src/main.cpp @@ -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(); }