summaryrefslogtreecommitdiff
path: root/qt4/TelepathyQt4
diff options
context:
space:
mode:
authorOlli Salli <ollisal@gmail.com>2011-09-25 19:43:22 +0300
committerOlli Salli <ollisal@gmail.com>2011-10-10 19:17:42 +0300
commit8c7e5faba701081494a8dc3db387501bfe2566d2 (patch)
treecfa7ea91d44af07c26192d21fb47e33d58652a7b /qt4/TelepathyQt4
parent9f9c72357857685ea70f89f255b3735fa8a364d1 (diff)
Unexport ST[CS] ctors as they're private
Diffstat (limited to 'qt4/TelepathyQt4')
-rw-r--r--qt4/TelepathyQt4/stream-tube-client.h2
-rw-r--r--qt4/TelepathyQt4/stream-tube-server.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/qt4/TelepathyQt4/stream-tube-client.h b/qt4/TelepathyQt4/stream-tube-client.h
index c5f557e6c..bc3e83fc0 100644
--- a/qt4/TelepathyQt4/stream-tube-client.h
+++ b/qt4/TelepathyQt4/stream-tube-client.h
@@ -192,7 +192,7 @@ private Q_SLOTS:
const QString &message);
private:
- StreamTubeClient(
+ TELEPATHY_QT4_NO_EXPORT StreamTubeClient(
const ClientRegistrarPtr &registrar,
const QStringList &p2pServices,
const QStringList &roomServices,
diff --git a/qt4/TelepathyQt4/stream-tube-server.h b/qt4/TelepathyQt4/stream-tube-server.h
index 750e4e769..ddd447ffe 100644
--- a/qt4/TelepathyQt4/stream-tube-server.h
+++ b/qt4/TelepathyQt4/stream-tube-server.h
@@ -212,7 +212,7 @@ private Q_SLOTS:
const QString &message);
private:
- StreamTubeServer(
+ TELEPATHY_QT4_NO_EXPORT StreamTubeServer(
const ClientRegistrarPtr &registrar,
const QStringList &p2pServices,
const QStringList &roomServices,