X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fmainwin.cpp;h=d41f087baa98dd7684afff79dc51887b0df701b6;hp=923a3849676d62d9483832e7f5efe2e501d31a85;hb=9f91e0dd3c4eb5c2e2dedfc8d36a068d433d51b1;hpb=8b8ec8597367d13527e9e7a46e184ee99a7d5f32 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(); }