~ubuntu-branches/debian/stretch/kservice/stretch

« back to all changes in this revision

Viewing changes to src/sycoca/sycocadebug.cpp

  • Committer: Package Import Robot
  • Author(s): Maximiliano Curia
  • Date: 2015-08-30 20:01:57 UTC
  • mfrom: (1.1.12)
  • Revision ID: package-import@ubuntu.com-20150830200157-o3wmxkhmwu3uur6d
Tags: 5.13.0-1
New upstream release (5.13.0).

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 
16
16
#include "sycocadebug.h"
17
17
 
 
18
#if QT_VERSION >= QT_VERSION_CHECK(5, 4, 0)
 
19
// logging category for this framework, default: log stuff >= warning
 
20
Q_LOGGING_CATEGORY(SYCOCA, "kf5.kservice.sycoca", QtWarningMsg)
 
21
#else
18
22
Q_LOGGING_CATEGORY(SYCOCA, "kf5.kservice.sycoca")
 
23
#endif