diff options
| author | 2016-04-29 23:57:30 +0100 | |
|---|---|---|
| committer | 2016-04-29 23:57:48 +0100 | |
| commit | 690dd7a33ddc90678367d73adf313533536e10f2 (patch) | |
| tree | 2276fe7c384ebbc222b40a19c536d5c3c5606ce8 /src/modules/notifier/NotifierWindowTab.h | |
| parent | Add config for clang-format. (diff) | |
| download | KVIrc-690dd7a33ddc90678367d73adf313533536e10f2.tar.gz KVIrc-690dd7a33ddc90678367d73adf313533536e10f2.tar.bz2 KVIrc-690dd7a33ddc90678367d73adf313533536e10f2.zip | |
Apply clang-format
Diffstat (limited to 'src/modules/notifier/NotifierWindowTab.h')
| -rw-r--r-- | src/modules/notifier/NotifierWindowTab.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/src/modules/notifier/NotifierWindowTab.h b/src/modules/notifier/NotifierWindowTab.h index 7f36a1307..784936aa6 100644 --- a/src/modules/notifier/NotifierWindowTab.h +++ b/src/modules/notifier/NotifierWindowTab.h @@ -62,12 +62,14 @@ public: * \brief Destroys the tab object */ ~NotifierWindowTab(); + private: - QString m_szLabel; - KviWindow * m_pWnd; - QTabWidget * m_pParent; + QString m_szLabel; + KviWindow * m_pWnd; + QTabWidget * m_pParent; QVBoxLayout * m_pVBox; - QWidget * m_pVWidget; + QWidget * m_pVWidget; + public: /** * \brief Appends the given message to the window |
