From 82a2317dd87c0011717c0c29d3d171bb5ee81242 Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Thu, 3 Nov 2011 10:40:04 +0100 Subject: Initial version of complete pcpraxis viewer, with patient info, journal view and docmenu. --- client/praxisd.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/praxisd.cc') diff --git a/client/praxisd.cc b/client/praxisd.cc index 5a0d88e..a77e287 100644 --- a/client/praxisd.cc +++ b/client/praxisd.cc @@ -219,7 +219,7 @@ void Praxisd::replyFinished(QNetworkReply *reply) break; case dokmenufile: - emit gotDokMenuFile(reply->readAll()); + emit gotDokMenuFile(reply->readAll(), reply->rawHeader("Content-Type")); break; } } else { -- cgit v1.2.3