X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcore%2Fauthenticator.cpp;h=16c83ce3d4feb269d92ca36f0fc78f64a817bd10;hb=78decd5f8d1a149fc0e62e01bd6b2886e0feadfe;hp=21b6e488d27de43b709d23b47eb0b642c6aca6e9;hpb=f77a0b720ed58a2b68876b9320742b81b6df871f;p=quassel.git diff --git a/src/core/authenticator.cpp b/src/core/authenticator.cpp index 21b6e488..16c83ce3 100644 --- a/src/core/authenticator.cpp +++ b/src/core/authenticator.cpp @@ -18,10 +18,6 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * ***************************************************************************/ +// Make moc happy #include "authenticator.h" - -Authenticator::Authenticator(QObject *parent) - : QObject(parent) -{ -} - +#include "moc_authenticator.cpp"