modernize: Prefer default member init over ctor init
[quassel.git] / src / common / authhandler.cpp
index 7172a60..6794730 100644 (file)
@@ -1,5 +1,5 @@
 /***************************************************************************
- *   Copyright (C) 2005-2016 by the Quassel Project                        *
+ *   Copyright (C) 2005-2018 by the Quassel Project                        *
  *   devel@quassel-irc.org                                                 *
  *                                                                         *
  *   This program is free software; you can redistribute it and/or modify  *
@@ -23,9 +23,7 @@
 #include "authhandler.h"
 
 AuthHandler::AuthHandler(QObject *parent)
-    : QObject(parent),
-    _socket(0),
-    _disconnectedSent(false)
+    : QObject(parent)
 {
 
 }