[Bug 33080] New: Move qHash(Tp::ProtocolParameter) in namespace Tp

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Jan 13 23:10:12 CET 2011


https://bugs.freedesktop.org/show_bug.cgi?id=33080

           Summary: Move qHash(Tp::ProtocolParameter) in namespace Tp
           Product: Telepathy
           Version: git master
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: blocker
          Priority: medium
         Component: tp-qt4
        AssignedTo: telepathy-bugs at lists.freedesktop.org
        ReportedBy: kiagiadakis.george at gmail.com
         QAContact: telepathy-bugs at lists.freedesktop.org


Hi,

I mentioned this on irc, but I think it may get lost and since it's highly
important to be fixed before the next release (because the change is not
ABI-compatible), here is a bug :)

Commit 936d6da2c553d5de7d1d592b09f0777aac8f1962 introduced a
qHash(Tp::ProtocolParameter) function. This function needs to be inside
namespace Tp, otherwise the code that is using QHash<Tp::ProtocolParameter, T>
will need to include this tp-qt4 header *before* <QtCore/QHash> and this is a
nightmare...

Regards,
George

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



More information about the telepathy-bugs mailing list