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

[#7021] More cleanup for release

parent 46d43295
No related branches found
No related tags found
No related merge requests found
...@@ -135,7 +135,6 @@ template<typename CallWidget, typename Index> QList<Call*> CallModel<CallWidget, ...@@ -135,7 +135,6 @@ template<typename CallWidget, typename Index> QList<Call*> CallModel<CallWidget,
template<typename CallWidget, typename Index> Call* CallModel<CallWidget,Index>::addCall(Call* call, Call* parent) template<typename CallWidget, typename Index> Call* CallModel<CallWidget,Index>::addCall(Call* call, Call* parent)
{ {
Q_UNUSED(parent) Q_UNUSED(parent)
qDebug() << "-------------------Adding call" << call << "-------------------";
InternalStruct* aNewStruct = new InternalStruct; InternalStruct* aNewStruct = new InternalStruct;
aNewStruct->call_real = call; aNewStruct->call_real = call;
aNewStruct->conference = false; aNewStruct->conference = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment