X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fclient%2Fclientbufferviewconfig.h;h=cac0be7cc585d24563f406fd305de3bedf7aeecf;hp=1bd188f0964e489dc89b361c72def5327d7de018;hb=e33d712c496a8d3d6d56ec193d07ebc71fab44f6;hpb=13fc351ea5d8189001f549ca90d0ba138dd17407 diff --git a/src/client/clientbufferviewconfig.h b/src/client/clientbufferviewconfig.h index 1bd188f0..cac0be7c 100644 --- a/src/client/clientbufferviewconfig.h +++ b/src/client/clientbufferviewconfig.h @@ -34,6 +34,9 @@ public: inline void lock() { setLocked(true); }; inline void unlock() { setLocked(false); }; +private slots: + void ensureDecoration(); // remove this in next release + private: bool _locked; };