~bzoltan/kubuntu-packaging/decouple_cmake_plugin

« back to all changes in this revision

Viewing changes to src/shared/qbs/src/lib/logging/ilogsink.h

  • Committer: Timo Jyrinki
  • Date: 2013-11-15 12:25:23 UTC
  • mfrom: (1.1.28)
  • Revision ID: timo.jyrinki@canonical.com-20131115122523-i2kyamsu4gs2mu1m
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
27
27
**
28
28
****************************************************************************/
29
 
#ifndef QBS_ILOGGER_H
30
 
#define QBS_ILOGGER_H
 
29
#ifndef QBS_ILOGSINK_H
 
30
#define QBS_ILOGSINK_H
31
31
 
32
32
#include "../tools/qbs_export.h"
33
33