X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fdebugbufferviewoverlay.h;h=016e647a93a3bcec3df82265b5e6c21c04c330a7;hb=d46e1e86c9869996285ac3f88970cf0e9e23e128;hp=7703fb8a3788171bb26e7e19e4291f93b96fc98b;hpb=04315f46a16fc3627218377071e008b6b9744992;p=quassel.git diff --git a/src/qtui/debugbufferviewoverlay.h b/src/qtui/debugbufferviewoverlay.h index 7703fb8a..016e647a 100644 --- a/src/qtui/debugbufferviewoverlay.h +++ b/src/qtui/debugbufferviewoverlay.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2013 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 * @@ -32,25 +32,24 @@ class DebugBufferViewOverlay : public QWidget Q_OBJECT public: - DebugBufferViewOverlay(QWidget *parent = 0); + DebugBufferViewOverlay(QWidget* parent = nullptr); private slots: void update(); private: Ui::DebugBufferViewOverlay ui; - QLineEdit *_bufferViews; - QLabel *_allNetworks; - QLineEdit *_networks; - QTextEdit *_bufferIds; - QTextEdit *_removedBufferIds; - QTextEdit *_tempRemovedBufferIds; - QLabel *_addBuffersAutomatically; - QLabel *_hideInactiveBuffers; - QLabel *_allowedBufferTypes; - QLabel *_minimumActivity; - QLabel *_isInitialized; + QLineEdit* _bufferViews; + QLabel* _allNetworks; + QLineEdit* _networks; + QTextEdit* _bufferIds; + QTextEdit* _removedBufferIds; + QTextEdit* _tempRemovedBufferIds; + QLabel* _addBuffersAutomatically; + QLabel* _hideInactiveBuffers; + QLabel* _allowedBufferTypes; + QLabel* _minimumActivity; + QLabel* _isInitialized; }; - -#endif //DEBUGBUFFERVIEWOVERLAY_H +#endif // DEBUGBUFFERVIEWOVERLAY_H