X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fcommon%2Fbufferviewconfig.h;h=0390ddb60fbf79b026d7108272355278d908f082;hb=61f33c7895e324f6e95034d86897ad2e963653f1;hp=03debf80ae3e1a68003229fc6979ef2954209e0e;hpb=92fc8c5b119111a35ab8423c3cbde5b2a022badf;p=quassel.git diff --git a/src/common/bufferviewconfig.h b/src/common/bufferviewconfig.h index 03debf80..0390ddb6 100644 --- a/src/common/bufferviewconfig.h +++ b/src/common/bufferviewconfig.h @@ -44,8 +44,8 @@ class COMMON_EXPORT BufferViewConfig : public SyncableObject Q_PROPERTY(bool showSearch READ showSearch WRITE setShowSearch) public : - BufferViewConfig(int bufferViewId, QObject *parent = 0); - BufferViewConfig(int bufferViewId, const QVariantMap &properties, QObject *parent = 0); + BufferViewConfig(int bufferViewId, QObject *parent = nullptr); + BufferViewConfig(int bufferViewId, const QVariantMap &properties, QObject *parent = nullptr); public slots: inline int bufferViewId() const { return _bufferViewId; }