Authenticator code cleanup as per review
[quassel.git] / src / core / authenticator.h
index 30f469e..ce8a42a 100644 (file)
@@ -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 */
 
     //! 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 */
 
     //! Returns a description of this authenticator backend
     /** \return A string that can be displayed by the client to describe the authenticator */