modernize: Use nullptr
[quassel.git] / src / common / authhandler.cpp
index 7172a60..b87400b 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  *
@@ -24,7 +24,7 @@
 
 AuthHandler::AuthHandler(QObject *parent)
     : QObject(parent),
-    _socket(0),
+    _socket(nullptr),
     _disconnectedSent(false)
 {