Add missing TQDBUS_EXPORT.

Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit c60f02f5be)
r14.0.x
Slávek Banko 5 years ago
parent fd69253f81
commit 0c3ed30849
No known key found for this signature in database
GPG Key ID: 608F5293A04BE668

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

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

Loading…
Cancel
Save