Replace QT_STATIC_CONST_* with actual definitions

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/37/head
Michele Calgaro 2 months ago
parent e506671443
commit 6681698396
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -31,7 +31,7 @@
#include "tqdbusmessage_p.h"
QT_STATIC_CONST_IMPL char *TQT_DBusConnection::default_connection_name = "qt_dbus_default_connection";
const char *TQT_DBusConnection::default_connection_name = "qt_dbus_default_connection";
class TQT_DBusConnectionManager
{

@ -654,7 +654,7 @@ public:
/**
* String used as the default parameter for connection names
*/
QT_STATIC_CONST char *default_connection_name;
static const char *default_connection_name;
private:
TQT_DBusConnectionPrivate *d;

Loading…
Cancel
Save