aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/theme/SaveThemeDialog.h
diff options
context:
space:
mode:
authorGravatar Alexey Sokolov2016-04-29 23:57:30 +0100
committerGravatar Alexey Sokolov2016-04-29 23:57:48 +0100
commit690dd7a33ddc90678367d73adf313533536e10f2 (patch)
tree2276fe7c384ebbc222b40a19c536d5c3c5606ce8 /src/modules/theme/SaveThemeDialog.h
parentAdd config for clang-format. (diff)
downloadKVIrc-690dd7a33ddc90678367d73adf313533536e10f2.tar.gz
KVIrc-690dd7a33ddc90678367d73adf313533536e10f2.tar.bz2
KVIrc-690dd7a33ddc90678367d73adf313533536e10f2.zip
Apply clang-format
Diffstat (limited to 'src/modules/theme/SaveThemeDialog.h')
-rw-r--r--src/modules/theme/SaveThemeDialog.h21
1 files changed, 11 insertions, 10 deletions
diff --git a/src/modules/theme/SaveThemeDialog.h b/src/modules/theme/SaveThemeDialog.h
index f9913e883..2f852615c 100644
--- a/src/modules/theme/SaveThemeDialog.h
+++ b/src/modules/theme/SaveThemeDialog.h
@@ -38,24 +38,25 @@ class QTextEdit;
class QCheckBox;
class KviFileSelector;
-
class SaveThemeDialog : public KviTalWizard
{
Q_OBJECT
public:
SaveThemeDialog(QWidget * pParent);
virtual ~SaveThemeDialog();
+
protected:
- QString m_szScreenshotPath;
+ QString m_szScreenshotPath;
KviFileSelector * m_pImageSelector;
- QLabel * m_pImageLabel;
- QLineEdit * m_pThemeNameEdit;
- QTextEdit * m_pThemeDescriptionEdit;
- QLineEdit * m_pThemeVersionEdit;
- QLineEdit * m_pAuthorNameEdit;
- QWidget * m_pImageSelectionPage;
- QPushButton * m_pOkButton;
- QCheckBox * m_pSaveIconsCheckBox;
+ QLabel * m_pImageLabel;
+ QLineEdit * m_pThemeNameEdit;
+ QTextEdit * m_pThemeDescriptionEdit;
+ QLineEdit * m_pThemeVersionEdit;
+ QLineEdit * m_pAuthorNameEdit;
+ QWidget * m_pImageSelectionPage;
+ QPushButton * m_pOkButton;
+ QCheckBox * m_pSaveIconsCheckBox;
+
protected:
virtual void accept();
bool saveTheme();