From: Christoph Egger Date: Thu, 26 Mar 2015 13:57:52 +0000 (+0100) Subject: Properly add StreamReader class X-Git-Tag: v0.1~11 X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Ffrida.git;a=commitdiff_plain;h=85728a79afa06bc7d44a931225a9231efb55df74;hp=1a19eafdb36507230a6f421defbc49162d5246e6 Properly add StreamReader class It already comes in via the inclusion of BasicBlock but Function needs it on it's own --- diff --git a/src/core/Function.hxx b/src/core/Function.hxx index ab8c0c9..98417de 100644 --- a/src/core/Function.hxx +++ b/src/core/Function.hxx @@ -6,6 +6,7 @@ class InformationManager; class QXmlStreamWriter; +class QXmlStreamReader; class Function { public: