X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fmainwin.cpp;h=d41f087baa98dd7684afff79dc51887b0df701b6;hb=d0bfecae4adc8fe1458103b35de71b5620952f0f;hp=923a3849676d62d9483832e7f5efe2e501d31a85;hpb=8b8ec8597367d13527e9e7a46e184ee99a7d5f32;p=quassel.git diff --git a/src/qtui/mainwin.cpp b/src/qtui/mainwin.cpp index 923a3849..d41f087b 100644 --- a/src/qtui/mainwin.cpp +++ b/src/qtui/mainwin.cpp @@ -774,7 +774,7 @@ void MainWin::changeActiveBufferView(int bufferViewId) void MainWin::showPasswordChangeDlg() { - if((Client::coreFeatures() & Quassel::PasswordChange)) { + if(Client::isCoreFeatureEnabled(Quassel::Feature::PasswordChange)) { PasswordChangeDlg dlg(this); dlg.exec(); }