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