summaryrefslogtreecommitdiffstats
path: root/src/libs/installer/globals.h
diff options
context:
space:
mode:
authorJarek Kobus <jaroslaw.kobus@theqtcompany.com>2015-04-24 13:32:57 +0200
committerJarek Kobus <jaroslaw.kobus@theqtcompany.com>2015-04-24 12:58:49 +0000
commitc522fd5de907fb264e24eed842e28d9ac56bce0c (patch)
treea2110fe689c40f58ae94f8fc05b59f16436f30f5 /src/libs/installer/globals.h
parent2554ccb7ba4ef3103411e38b0c2d5d218217cccd (diff)
Add more logging categories.
Change-Id: I1c7dabfd16a69ef5a3e5aaa490036de061f1fd13 Reviewed-by: Karsten Heimrich <karsten.heimrich@theqtcompany.com>
Diffstat (limited to 'src/libs/installer/globals.h')
-rw-r--r--src/libs/installer/globals.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/libs/installer/globals.h b/src/libs/installer/globals.h
index 3d6461690..53ce4ffb5 100644
--- a/src/libs/installer/globals.h
+++ b/src/libs/installer/globals.h
@@ -42,10 +42,13 @@
namespace QInstaller {
Q_DECLARE_LOGGING_CATEGORY(lcComponentChecker)
+Q_DECLARE_LOGGING_CATEGORY(lcResources)
+Q_DECLARE_LOGGING_CATEGORY(lcTranslations)
-QRegExp INSTALLER_EXPORT commaRegExp();
QStringList INSTALLER_EXPORT loggingCategories();
+QRegExp INSTALLER_EXPORT commaRegExp();
+
} // QInstaller
#endif // GLOBALS_H