From 111a4bd4c7aa1759ff967076261d6c48abbb21a8 Mon Sep 17 00:00:00 2001 From: Ivailo Monev Date: Sat, 27 Jul 2019 12:56:19 +0000 Subject: [PATCH] rcc branding [ci skip] Signed-off-by: Ivailo Monev --- src/tools/rcc/rccmain.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tools/rcc/rccmain.cpp b/src/tools/rcc/rccmain.cpp index bb8a3f42f..4f7eeef2b 100644 --- a/src/tools/rcc/rccmain.cpp +++ b/src/tools/rcc/rccmain.cpp @@ -195,7 +195,7 @@ int runRcc(int argc, char *argv[]) } else if (opt == QLatin1String("-list")) { list = true; } else if (opt == QLatin1String("-version") || opt == QLatin1String("-v")) { - fprintf(stderr, "Qt Resource Compiler version %s\n", QT_VERSION_STR); + fprintf(stderr, "Katie Resource Compiler version %s\n", QT_VERSION_STR); return 1; } else if (opt == QLatin1String("-help") || opt == QLatin1String("-h")) { helpRequested = true; @@ -228,7 +228,7 @@ int runRcc(int argc, char *argv[]) errorDevice.open(stderr, QIODevice::WriteOnly|QIODevice::Text); if (library.verbose()) - errorDevice.write("Qt resource compiler\n"); + errorDevice.write("Katie resource compiler\n"); library.setInputFiles(filenamesIn);