X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fauthenticator.h;h=ce8a42afdba747ec8d11256be80d8b9ba523ca2f;hp=30f469e141fdf65db00ad545f2070fe4c7919b12;hb=258d157a228d2b2b46b01d3b33ab932b9979436a;hpb=07473582d22eddd934ee52127cad2baa11943d59 diff --git a/src/core/authenticator.h b/src/core/authenticator.h index 30f469e1..ce8a42af 100644 --- a/src/core/authenticator.h +++ b/src/core/authenticator.h @@ -52,7 +52,7 @@ public slots: //! Returns the display name of the authenticator backend /** \return A string that can be used by the client to name the authenticator backend */ - virtual QString displayName() const = 0; + virtual QString backendId() const = 0; //! Returns a description of this authenticator backend /** \return A string that can be displayed by the client to describe the authenticator */