X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fuisupport%2Fnetworkmodelcontroller.cpp;h=69797bc20fac7ac56c762c5318bb4cd27a883a14;hb=e8a39b4c3c92e193ab861a3fea84a261bb6fbd24;hp=e75d4f89ee16df5ef7a357fc8615bc965a79f7d8;hpb=70955828d6ffab8c39435fe48a923d0c7dbbb678;p=quassel.git diff --git a/src/uisupport/networkmodelcontroller.cpp b/src/uisupport/networkmodelcontroller.cpp index e75d4f89..69797bc2 100644 --- a/src/uisupport/networkmodelcontroller.cpp +++ b/src/uisupport/networkmodelcontroller.cpp @@ -42,8 +42,8 @@ NetworkModelController::NetworkModelController(QObject *parent) : QObject(parent), _actionCollection(new ActionCollection(this)), - _messageFilter(0), - _receiver(0) + _messageFilter(nullptr), + _receiver(nullptr) { connect(_actionCollection, SIGNAL(actionTriggered(QAction *)), SLOT(actionTriggered(QAction *))); } @@ -175,7 +175,7 @@ void NetworkModelController::removeBuffers(const QModelIndexList &indexList) } QString msg; if (inactive.count()) { - msg = tr("Do you want to delete the following buffer(s) permanently?", 0, inactive.count()); + msg = tr("Do you want to delete the following buffer(s) permanently?", "", inactive.count()); msg += "