ldap: Don't use the backend's display name as identifier
[quassel.git] / src / core / sqlauthenticator.h
index 378a9d4..b5a010a 100644 (file)
@@ -18,8 +18,7 @@
  *   51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.         *
  ***************************************************************************/
 
-#ifndef SQLAUTHENTICATOR_H
-#define SQLAUTHENTICATOR_H
+#pragma once
 
 #include "authenticator.h"
 
@@ -34,6 +33,7 @@ public:
 public slots:
     /* General */
     bool isAvailable() const;
+    QString backendId() const;
     QString displayName() const;
     QString description() const;
     virtual inline QStringList setupKeys() const { return QStringList(); }
@@ -49,6 +49,3 @@ public slots:
     //virtual UserId getUserId(const QString &username);
 
 };
-
-
-#endif