QTfrontend/HWApplication.h
changeset 5257 0bbdd47522b9
parent 5252 ded882439548
child 6185 a6aa2d44f390
equal deleted inserted replaced
5256:e3fada9358b0 5257:0bbdd47522b9
    27 
    27 
    28 class HWApplication : public QApplication
    28 class HWApplication : public QApplication
    29 {
    29 {
    30     Q_OBJECT
    30     Q_OBJECT
    31 public:
    31 public:
    32     HWApplication(int argc, char **argv);
    32     HWApplication(int &argc, char **argv);
    33     ~HWApplication() {};
    33     ~HWApplication() {};
    34 
    34 
    35     HWForm *form;
    35     HWForm *form;
    36     QString *fileToLoad;
       
    37 protected:
    36 protected:
    38     bool event(QEvent *);
    37     bool event(QEvent *);
    39 };
    38 };
    40 
    39 
    41 #endif
    40 #endif