From 690dd7a33ddc90678367d73adf313533536e10f2 Mon Sep 17 00:00:00 2001 From: Alexey Sokolov Date: Fri, 29 Apr 2016 23:57:30 +0100 Subject: Apply clang-format --- src/modules/theme/WebThemeInterfaceDialog.h | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'src/modules/theme/WebThemeInterfaceDialog.h') diff --git a/src/modules/theme/WebThemeInterfaceDialog.h b/src/modules/theme/WebThemeInterfaceDialog.h index 7b2569391..cc517027c 100644 --- a/src/modules/theme/WebThemeInterfaceDialog.h +++ b/src/modules/theme/WebThemeInterfaceDialog.h @@ -24,19 +24,17 @@ // //============================================================================= - #include "kvi_settings.h" #ifdef COMPILE_WEBKIT_SUPPORT #include "KviWebPackageManagementDialog.h" - class WebThemeInterfaceDialog : public KviWebPackageManagementDialog { Q_OBJECT public: - WebThemeInterfaceDialog(QWidget *par=0); + WebThemeInterfaceDialog(QWidget * par = 0); ~WebThemeInterfaceDialog(); private: @@ -44,12 +42,10 @@ private: QString m_szGlobalThemesPath; protected: - virtual bool packageIsInstalled(const QString &szId,const QString &szVersion); - virtual bool installPackage(const QString &szPath,QString &szError); - + virtual bool packageIsInstalled(const QString & szId, const QString & szVersion); + virtual bool installPackage(const QString & szPath, QString & szError); }; #endif //COMPILE_WEBKIT_SUPPORT - #endif //_WEBTHEMEINTERFACEDIALOG_H_ -- cgit v1.3.1-10-gc9f91