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/window/UserWindow.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/window/UserWindow.h')
| -rw-r--r-- | src/modules/window/UserWindow.h | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/src/modules/window/UserWindow.h b/src/modules/window/UserWindow.h index 26c8e41e8..43df1af47 100644 --- a/src/modules/window/UserWindow.h +++ b/src/modules/window/UserWindow.h @@ -31,16 +31,23 @@ class UserWindow : public KviWindow { Q_OBJECT public: - enum CreationFlags { HasInput = 1 }; + enum CreationFlags + { + HasInput = 1 + }; + public: UserWindow(const char * pcName, QString & szIcon, KviConsoleWindow * pConsole = 0, int iCreationFlags = 0); ~UserWindow(); + protected: QString m_szIcon; + protected: virtual void resizeEvent(QResizeEvent *); virtual QPixmap * myIconPtr(); virtual void fillCaptionBuffers(); + public: void setWindowTitleStrings(const QString & szPlainText); }; |
