qthighway/xqservice/src/xqaiwfiledriver.h
changeset 14 6fbed849b4f4
parent 1 2b40d63a9c3d
--- a/qthighway/xqservice/src/xqaiwfiledriver.h	Fri Jun 11 14:26:25 2010 +0300
+++ b/qthighway/xqservice/src/xqaiwfiledriver.h	Wed Jun 23 19:08:38 2010 +0300
@@ -44,6 +44,7 @@
 public:
 
     XQAiwFileDriver(const QFile &file, const XQAiwInterfaceDescriptor& descriptor, const QString &operation);
+    XQAiwFileDriver(const XQSharableFile &file, const XQAiwInterfaceDescriptor& descriptor, const QString &operation);
     
     virtual ~XQAiwFileDriver();
     
@@ -77,7 +78,7 @@
    void handleAsyncError(int err);
     
 private:
-    QFile mFile;
+    QVariant mFile;
     XQAiwUtils * mUtilities;
     };