From 1a9fd422581cf14c384d2467950ab3f2e1039565 Mon Sep 17 00:00:00 2001 From: Alexey Andreyev Date: Sun, 24 Feb 2019 12:45:16 +0300 Subject: Fix Qt<5.7 build for std::hash --- lib/events/stateevent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/events/stateevent.h b/lib/events/stateevent.h index dc017b11..3f54f7bf 100644 --- a/lib/events/stateevent.h +++ b/lib/events/stateevent.h @@ -46,7 +46,7 @@ namespace QMatrixClient { * of state in Matrix. * \sa https://matrix.org/docs/spec/client_server/unstable.html#types-of-room-events */ - using StateEventKey = std::pair; + using StateEventKey = QPair; template struct Prev -- cgit v1.2.3