QTfrontend/HWApplication.h
changeset 8722 2dead6b84bca
parent 8610 6d6b5b529890
child 8799 44e520374cfc
equal deleted inserted replaced
8721:4cc2b2cd4184 8722:2dead6b84bca
    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