aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/theme/ThemeFunctions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/theme/ThemeFunctions.cpp')
-rw-r--r--src/modules/theme/ThemeFunctions.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/modules/theme/ThemeFunctions.cpp b/src/modules/theme/ThemeFunctions.cpp
index 52a429021..c49c08437 100644
--- a/src/modules/theme/ThemeFunctions.cpp
+++ b/src/modules/theme/ThemeFunctions.cpp
@@ -235,6 +235,7 @@ namespace ThemeFunctions
QString szShowDetails = __tr2qs_ctx("Show Details","theme");
+ // clang-format off
hd.szHtmlText = QString(
"<html bgcolor=\"#ffffff\">" \
"<body bgcolor=\"#ffffff\">" \
@@ -263,6 +264,7 @@ namespace ThemeFunctions
"</center></p>" \
"</body>" \
"</html>").arg(szPackageName,szPackageVersion,szPackageDescription,szAuthor,szPackageAuthor,szCreatedAt,szPackageDate,szCreatedOn,szPackageApplication).arg(szWarnings,szShowDetails);
+ // clang-format on
hd.addImageResource("theme_dialog_pack_image",pix);
hd.addHtmlResource("theme_dialog_details",szDetails);
@@ -335,6 +337,7 @@ namespace ThemeFunctions
szScreenshot = "";
}
+ // clang-format off
szBuffer = QString(
"<p><center>" \
"<h2>%1 %2</h2>" \
@@ -354,6 +357,7 @@ namespace ThemeFunctions
"%13: %14<br>" \
"</font>" \
"</center></p>").arg(szThemeName,szThemeVersion,szScreenshot,szThemeDescription,szAuthor,szThemeAuthor,szCreatedAt,szThemeDate,szCreatedOn).arg(szThemeApplication,szThemeEngineVersion,szThemeThemeEngineVersion,szSubdirectory,szThemeSubdirectory);
+ // clang-format on
}
bool makeKVIrcScreenshot(const QString &szSavePngFilePath,bool bMaximizeFrame)