Fixing BR #227 - removing context menu of the buffer view preview in the settingspage
[quassel.git] / src / common / network.cpp
index 1098b0a..6c0d252 100644 (file)
@@ -51,7 +51,8 @@ Network::Network(const NetworkId &networkid, QObject *parent)
     _unlimitedReconnectRetries(false),
     _codecForServer(0),
     _codecForEncoding(0),
-    _codecForDecoding(0)
+    _codecForDecoding(0),
+    _autoAwayActive(false)
 {
   setObjectName(QString::number(networkid.toInt()));
 }