mirror of
https://github.com/QuasarApp/qca.git
synced 2025-05-11 02:09:33 +00:00
need to export these
svn path=/trunk/kdesupport/qca/; revision=431133
This commit is contained in:
parent
375cf48ca2
commit
36f639a386
@ -28,7 +28,7 @@
|
||||
|
||||
namespace QCA
|
||||
{
|
||||
class Synchronizer : public QObject
|
||||
class QCA_EXPORT Synchronizer : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
@ -43,7 +43,7 @@ namespace QCA
|
||||
Private *d;
|
||||
};
|
||||
|
||||
class DirWatch : public QObject
|
||||
class QCA_EXPORT DirWatch : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
@ -66,7 +66,7 @@ namespace QCA
|
||||
Private *d;
|
||||
};
|
||||
|
||||
class FileWatch : public QObject
|
||||
class QCA_EXPORT FileWatch : public QObject
|
||||
{
|
||||
Q_OBJECT
|
||||
public:
|
||||
|
Loading…
x
Reference in New Issue
Block a user