Fix warning

This commit is contained in:
Srivats P 2017-09-21 20:50:24 +05:30
parent fd8db1cf15
commit 1047f0b1d8

View File

@ -771,7 +771,7 @@ void PortsWindow::on_actionNew_Stream_triggered()
QItemSelectionModel* selectionModel = tvStreamList->selectionModel();
if (selectionModel->selection().size() > 1) {
qDebug("%s: Unexpected selection size %d, can't add",
qDebug("%s: Unexpected selection size %d, can't add", __FUNCTION__,
selectionModel->selection().size());
return;
}