QTfrontend/HWApplication.h
changeset 8724 20df35007528
parent 8722 2dead6b84bca
child 8799 44e520374cfc
equal deleted inserted replaced
8696:3479e99abed7 8724:20df35007528
    39     public:
    39     public:
    40         HWApplication(int &argc, char **argv);
    40         HWApplication(int &argc, char **argv);
    41         ~HWApplication() {};
    41         ~HWApplication() {};
    42 
    42 
    43         HWForm *form;
    43         HWForm *form;
       
    44         QString *urlString;
       
    45         void fakeEvent();
    44     protected:
    46     protected:
    45         bool event(QEvent *);
    47         bool event(QEvent *);
    46 };
    48 };
    47 
    49 
    48 #endif
    50 #endif