X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fqtuimessageprocessor.cpp;fp=src%2Fqtui%2Fqtuimessageprocessor.cpp;h=64ceeed10a33df51cbe3d0ac008fb4eca420533b;hp=ccde0c3fa0aeb318ecce1e7ee91943e1642ffa64;hb=fcacaaf16551524c7ebb6114254d005274cc3d63;hpb=714b39660fe19e7f092880019429c8da76ee2bd5 diff --git a/src/qtui/qtuimessageprocessor.cpp b/src/qtui/qtuimessageprocessor.cpp index ccde0c3f..64ceeed1 100644 --- a/src/qtui/qtuimessageprocessor.cpp +++ b/src/qtui/qtuimessageprocessor.cpp @@ -43,7 +43,7 @@ QtUiMessageProcessor::QtUiMessageProcessor(QObject *parent) notificationSettings.notify("Highlights/HighlightNick", this, SLOT(highlightNickChanged(const QVariant &))); _processTimer.setInterval(0); - connect(&_processTimer, SIGNAL(timeout()), this, SLOT(processNextMessage())); + connect(&_processTimer, &QTimer::timeout, this, &QtUiMessageProcessor::processNextMessage); }