X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fuisupport%2Fnetworkmodelcontroller.cpp;h=69797bc20fac7ac56c762c5318bb4cd27a883a14;hb=e8a39b4c3c92e193ab861a3fea84a261bb6fbd24;hp=6a96ba6ddae5276e00969d03733673c027f1761b;hpb=b7447afe8e836376776dac26704e227a678d2913;p=quassel.git diff --git a/src/uisupport/networkmodelcontroller.cpp b/src/uisupport/networkmodelcontroller.cpp index 6a96ba6d..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 += "