Skip to content
Snippets Groups Projects
Commit cba84f23 authored by Emmanuel Lepage Vallee's avatar Emmanuel Lepage Vallee
Browse files

Cleanup commit, merge will follow

parent 04817e35
Branches
Tags
No related merge requests found
......@@ -133,7 +133,7 @@ void CallTreeView::remove(QModelIndex & index) const
{
treeModel->removeRow(index.row(), index.parent());
}
#include <unistd.h>
void CallTreeView::remove(Call* call) const //BUG not used
{
for(int i=0; i < 15/* model.rowCount()*/;i++) { //TODO anything better
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment