[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [plasmate/terietor/kconfigxt] editors/kconfigxt: Make m_xmlFile into a pointer add forward declare Q
From:       Giorgos Tsiapaliwkas <terietor () gmail ! com>
Date:       2012-07-20 12:10:06
Message-ID: 20120720121006.1AF4BA6094 () git ! kde ! org
[Download RAW message or body]

Git commit 876ad5d0a4c1f4eb8d554314eb401f1aa3e2b69a by Giorgos Tsiapaliwkas.
Committed on 20/07/2012 at 14:08.
Pushed by tsiapaliwkas into branch 'terietor/kconfigxt'.

Make m_xmlFile into a pointer add forward declare QFile

M  +3    -1    editors/kconfigxt/kconfigxtwriter.h

http://commits.kde.org/plasmate/876ad5d0a4c1f4eb8d554314eb401f1aa3e2b69a

diff --git a/editors/kconfigxt/kconfigxtwriter.h b/editors/kconfigxt/kconfigxtwriter.h
index 72590ce..3e1ea99 100644
--- a/editors/kconfigxt/kconfigxtwriter.h
+++ b/editors/kconfigxt/kconfigxtwriter.h
@@ -28,6 +28,8 @@
 
 #include "kconfigxtreader.h"
 
+class QFile;
+
 class KConfigXtWriterItem
 {
 
@@ -80,7 +82,7 @@ public:
 
 private:
     QList<KConfigXtWriterItem> m_dataList;
-    QFile m_xmlFile;
+    QFile *m_xmlFile;
     QXmlStreamWriter *m_writer;
 };
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic