X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fqtuiapplication.cpp;fp=src%2Fqtui%2Fqtuiapplication.cpp;h=cb4f91c81b0e1a8aabd8f2e5e17ffa5fd94c35e8;hp=ac9562f1ad15de70c085d67f1414dd4dcfbb6d55;hb=fcacaaf16551524c7ebb6114254d005274cc3d63;hpb=714b39660fe19e7f092880019429c8da76ee2bd5 diff --git a/src/qtui/qtuiapplication.cpp b/src/qtui/qtuiapplication.cpp index ac9562f1..cb4f91c8 100644 --- a/src/qtui/qtuiapplication.cpp +++ b/src/qtui/qtuiapplication.cpp @@ -54,7 +54,7 @@ void QtUiApplication::init() // Init UI only after the event loop has started // TODO Qt5: Make this a lambda - QTimer::singleShot(0, this, SLOT(initUi())); + QTimer::singleShot(0, this, &QtUiApplication::initUi); }