X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fclientbufferviewconfig.h;h=420d2bf7fbd8be2b3a732b01851199f43a78bee4;hp=8205d2bbfbb8c7169fb82508d49a3230a526d5ed;hb=cc6e7c08709c4e761e2fd9c2e322751015497003;hpb=39328183a6a87c6eb10a9dbbffcd5d65bf154a1f diff --git a/src/client/clientbufferviewconfig.h b/src/client/clientbufferviewconfig.h index 8205d2bb..420d2bf7 100644 --- a/src/client/clientbufferviewconfig.h +++ b/src/client/clientbufferviewconfig.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 * @@ -29,7 +29,7 @@ class CLIENT_EXPORT ClientBufferViewConfig : public BufferViewConfig Q_OBJECT public: - ClientBufferViewConfig(int bufferViewId, QObject *parent = nullptr); + ClientBufferViewConfig(int bufferViewId, QObject* parent = nullptr); inline bool isLocked() { return _locked || sortAlphabetically(); } inline void setLocked(bool locked) { _locked = locked; } @@ -37,7 +37,7 @@ public: inline void unlock() { setLocked(false); }; private slots: - void ensureDecoration(); // remove this in next release + void ensureDecoration(); // remove this in next release private: bool _locked;