X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Finternalpeer.h;h=1469922b7f7916a5f83feeca2f80b3f34b551f1f;hb=63725f7edba44438faaafef013b46a21da0e9164;hp=c00319b769e41d13d6100c110e8e06158ba5803a;hpb=047f7a5c2429d44adf0102ee25c7fb254f80ea69;p=quassel.git diff --git a/src/common/internalpeer.h b/src/common/internalpeer.h index c00319b7..1469922b 100644 --- a/src/common/internalpeer.h +++ b/src/common/internalpeer.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2018 by the Quassel Project * + * Copyright (C) 2005-2019 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -20,6 +20,7 @@ #pragma once +#include #include #include "peer.h" @@ -92,5 +93,7 @@ private: private: SignalProxy *_proxy{nullptr}; - bool _isOpen{false}; + bool _isOpen{true}; }; + +Q_DECLARE_METATYPE(QPointer)