QTfrontend/HWApplication.h
changeset 8724 20df35007528
parent 8722 2dead6b84bca
child 8799 44e520374cfc
--- a/QTfrontend/HWApplication.h	Tue Mar 12 23:43:31 2013 +0400
+++ b/QTfrontend/HWApplication.h	Tue Mar 12 23:45:26 2013 +0400
@@ -41,6 +41,8 @@
         ~HWApplication() {};
 
         HWForm *form;
+        QString *urlString;
+        void fakeEvent();
     protected:
         bool event(QEvent *);
 };