X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fstorage.h;h=b915d0479c1abe1b3e95f50643c2be457f788333;hp=c809a7f4598a9b4808f6b055cd97578efc1a4378;hb=6422c61b11d97f905b6a27f2d280e9ec0d8bb3e2;hpb=8697a21faab21ae23646f559cba9a85bd95b2ad7 diff --git a/src/core/storage.h b/src/core/storage.h index c809a7f4..b915d047 100644 --- a/src/core/storage.h +++ b/src/core/storage.h @@ -445,13 +445,13 @@ public slots: //! Fetch all authusernames /** \return Map of all current UserIds to permitted idents */ - virtual QMap getAllAuthusernames() = 0; + virtual QMap getAllAuthUserNames() = 0; //! Get the auth username associated with a userId /** \param user The user to retrieve the username for * \return The username for the user */ - virtual const QString getAuthusername(UserId user) = 0; + virtual QString getAuthUserName(UserId user) = 0; signals: //! Sent when a new BufferInfo is created, or an existing one changed somehow.