ksyntaxhighlighting_logging.cpp 323 B

1234567891011
  1. // This file was generated by ecm_qt_declare_logging_category(): DO NOT EDIT!
  2. #include "ksyntaxhighlighting_logging.h"
  3. namespace KSyntaxHighlighting {
  4. #if QT_VERSION >= QT_VERSION_CHECK(5, 4, 0)
  5. Q_LOGGING_CATEGORY(Log, "kf.syntaxhighlighting", QtInfoMsg)
  6. #else
  7. Q_LOGGING_CATEGORY(Log, "kf.syntaxhighlighting")
  8. #endif
  9. }