From 54b7ec682651a59d7111fb646bb31ddcbac622e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Quentin?= <jquentin@jquentin-laptop-kub2.(none)> Date: Mon, 20 Jul 2009 11:09:00 -0400 Subject: [PATCH] [#1309] removed test in main --- sflphone-client-kde/src/main.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/sflphone-client-kde/src/main.cpp b/sflphone-client-kde/src/main.cpp index d9f9d7493c..2096d1fc76 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(); } -- GitLab