aboutsummaryrefslogtreecommitdiff
path: root/net-im/telepathy-qt4
diff options
context:
space:
mode:
authorAlberto Villa <avilla@FreeBSD.org>2012-04-16 19:51:33 +0000
committerAlberto Villa <avilla@FreeBSD.org>2012-04-16 19:51:33 +0000
commit17a64815f4e1099de98a4594457aedc2fa5079ca (patch)
treed2fc090b52f2e65a780dc9fc2f2a2ceaab864657 /net-im/telepathy-qt4
parent491fe777be64061ecf6c79c6bd175d9a93f06805 (diff)
Notes
Diffstat (limited to 'net-im/telepathy-qt4')
-rw-r--r--net-im/telepathy-qt4/files/patch-TelepathyQt4__optional-interface-factory.h20
1 files changed, 0 insertions, 20 deletions
diff --git a/net-im/telepathy-qt4/files/patch-TelepathyQt4__optional-interface-factory.h b/net-im/telepathy-qt4/files/patch-TelepathyQt4__optional-interface-factory.h
deleted file mode 100644
index 92dc7f72f6ee..000000000000
--- a/net-im/telepathy-qt4/files/patch-TelepathyQt4__optional-interface-factory.h
+++ /dev/null
@@ -1,20 +0,0 @@
---- ./TelepathyQt/optional-interface-factory.h.orig 2012-01-13 15:03:15.336883448 +0100
-+++ ./TelepathyQt/optional-interface-factory.h 2012-01-13 15:03:58.296892805 +0100
-@@ -97,7 +97,7 @@
- InterfaceSupportedChecking check = CheckInterfaceSupported) const
- {
- // Check for the remote object supporting the interface
-- QString name(QLatin1String(Interface::staticInterfaceName()));
-+ QString name( (QLatin1String(Interface::staticInterfaceName())) );
- if (check == CheckInterfaceSupported && !mInterfaces.contains(name)) {
- return 0;
- }
-@@ -113,7 +113,7 @@
- Q_UNUSED(interfaceMustBeASubclassOfAbstractInterface);
-
- // If there is a interface cached already, return it
-- QString name(QLatin1String(Interface::staticInterfaceName()));
-+ QString name( (QLatin1String(Interface::staticInterfaceName())) );
- AbstractInterface *cached = getCached(name);
- if (cached)
- return static_cast<Interface *>(cached);