X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fdebugbufferviewoverlay.h;h=50cd0110b39824f4616e7c7b57fffdc4a5748a38;hp=540eb540a593f6ffc6a0051f79cc1f6541058234;hb=c1cf157116de7fc3da96203aa6f03c38c7ebb650;hpb=30b159cb876a9495de42e9a3e70ca050516f0805 diff --git a/src/qtui/debugbufferviewoverlay.h b/src/qtui/debugbufferviewoverlay.h index 540eb540..50cd0110 100644 --- a/src/qtui/debugbufferviewoverlay.h +++ b/src/qtui/debugbufferviewoverlay.h @@ -32,25 +32,24 @@ class DebugBufferViewOverlay : public QWidget Q_OBJECT public: - DebugBufferViewOverlay(QWidget *parent = nullptr); + 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