Add missing TQDBUS_EXPORT.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
pull/4/head
Slávek Banko 5 年前
父節點 e20e503a96
當前提交 c60f02f5be
簽署人: SlavekB
GPG 金鑰 ID: 608F5293A04BE668

@ -25,6 +25,7 @@
#define TQDBUSOBJECTPATH_H
#include <tqcstring.h>
#include "tqdbusmacros.h"
/**
* @brief Class for representing D-Bus object paths
@ -35,7 +36,7 @@
*
* @see @ref dbusconventions-objectpath
*/
class TQT_DBusObjectPath : public TQCString
class TQDBUS_EXPORT TQT_DBusObjectPath : public TQCString
{
public:
/**

@ -28,6 +28,7 @@
#ifndef QT_H
#include "ntqshared.h"
#endif // QT_H
#include "tqdbusmacros.h"
#ifndef DBUS_TYPE_UNIX_FD
@ -47,7 +48,7 @@
*
* @see @ref dbusconventions-unixfd
*/
class TQT_DBusUnixFd
class TQDBUS_EXPORT TQT_DBusUnixFd
{
public:
/**

載入中…
取消
儲存