forked from qt-creator/qt-creator
QScxmlcGenerator: Fix typo in the logging category
Change-Id: I2e86e574bca62e7f3af0157a71792cd0f8fb131e Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: André Hartmann <aha_1980@gmx.de>
This commit is contained in:
@@ -38,7 +38,7 @@ using namespace ProjectExplorer;
|
||||
|
||||
namespace QtSupport {
|
||||
|
||||
static QLoggingCategory log("qtc.qsxmlcgenerator");
|
||||
static QLoggingCategory log("qtc.qscxmlcgenerator");
|
||||
static const char TaskCategory[] = "Task.Category.ExtraCompiler.QScxmlc";
|
||||
|
||||
QScxmlcGenerator::QScxmlcGenerator(const Project *project,
|
||||
|
Reference in New Issue
Block a user