export GlobalLog

svn path=/trunk/extragear/sysadmin/partitionmanager/; revision=957230
This commit is contained in:
Volker Lanz 2009-04-21 16:35:04 +00:00
parent 2c2587902e
commit 485a05f2c2
1 changed files with 3 additions and 1 deletions

View File

@ -21,6 +21,8 @@
#define GLOBALLOG__H
#include "util/libpartitionmanagerexport.h"
#include <QString>
#include <QObject>
#include <qglobal.h>
@ -49,7 +51,7 @@ class log
/** @brief Global logging.
@author vl@fidra.de
*/
class GlobalLog : public QObject
class LIBPARTITIONMANAGERPRIVATE_EXPORT GlobalLog : public QObject
{
Q_OBJECT
Q_DISABLE_COPY(GlobalLog)