Codebase list ktp-call-ui / 4900dff
Remove unused variable, fix whitespaces Remove unused variable, fix whitespaces REVIEW: 123067 Niels Ole Salscheider authored 9 years ago David Edmundson committed 9 years ago
1 changed file(s) with 4 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
8383 continue;
8484 }
8585 //check if any call manager is already handling this channel
86 if (!handledCallChannels.contains(callChannel)) {
87 handledCallChannels.append(callChannel);
88 CallManager *manager = new CallManager(callChannel, this);
89 }
86 if (!handledCallChannels.contains(callChannel)) {
87 handledCallChannels.append(callChannel);
88 new CallManager(callChannel, this);
89 }
9090 }
9191
9292 context->setFinished();