Statistics
| Revision:

root / trunk / client / gui_qt / NGApplication.h @ 1795

History | View | Annotate | Download (325 Bytes)

1
#ifndef NGAPPLICATION_H
2
#define NGAPPLICATION_H
3

                
4
#include 
5

                
6
class NGApplication : public QtSingleApplication
7
{
8
    Q_OBJECT
9
public:
10
    explicit NGApplication(int &argc, char **argv);
11

                
12
protected:
13
    bool event(QEvent *event);
14

                
15
signals:
16
    void loadFile(QString filename);
17
};
18

                
19
#endif // NGAPPLICATION_H