X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fcore%2Fsqlauthenticator.h;h=c392045bcfb2cf583342b3ab0939d18db31b0a45;hp=4f2c71f18d8109c497903bd53d8fbcfd73a435a6;hb=f77a0b720ed58a2b68876b9320742b81b6df871f;hpb=4b0caf61565c8791efba283bbcaf73530b9feafc diff --git a/src/core/sqlauthenticator.h b/src/core/sqlauthenticator.h index 4f2c71f1..c392045b 100644 --- a/src/core/sqlauthenticator.h +++ b/src/core/sqlauthenticator.h @@ -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" @@ -49,6 +48,3 @@ public slots: //virtual UserId getUserId(const QString &username); }; - - -#endif