~ubuntu-branches/ubuntu/precise/partitionmanager/precise

« back to all changes in this revision

Viewing changes to src/util/globallog.h

  • Committer: Bazaar Package Importer
  • Author(s): Harald Sitter
  • Date: 2009-05-02 14:50:18 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090502145018-ktgdpdforvzltn86
Tags: 1.0.0~beta2-0ubuntu1
* New upstream release
* Remove debian/patches (icon is now included)
  + drop quilt build-dep
* Bump standards-version to 3.8.1
* Update lintian override with manpage for partitionmanager-bin, the 
  actually binary is now a wrapper around -bin, so we don't need an
  additional manpage
* Use pkg-kde-tools for building instead of CDBS' kde4.mk

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
 
22
22
#define GLOBALLOG__H
23
23
 
 
24
#include "util/libpartitionmanagerexport.h"
 
25
 
24
26
#include <QString>
25
27
#include <QObject>
26
28
#include <qglobal.h>
49
51
/** @brief Global logging.
50
52
        @author vl@fidra.de
51
53
*/
52
 
class GlobalLog : public QObject
 
54
class LIBPARTITIONMANAGERPRIVATE_EXPORT GlobalLog : public QObject
53
55
{
54
56
        Q_OBJECT
55
57
        Q_DISABLE_COPY(GlobalLog)