MNE-CPP  beta 1.0
baseview.h
Go to the documentation of this file.
1 //=============================================================================================================
40 //*************************************************************************************************************
41 //=============================================================================================================
42 // DEFINES
43 //=============================================================================================================
44 
45 #ifndef BASEVIEW_H
46 #define BASEVIEW_H
47 
48 //*************************************************************************************************************
49 //=============================================================================================================
50 // Qt INCLUDES
51 //=============================================================================================================
52 
53 #include <QObject>
54 #include <QWidget>
55 
56 //*************************************************************************************************************
57 //=============================================================================================================
58 // DEFINE FORWARD DECLARATIONS
59 //=============================================================================================================
60 
61 class BaseView : public QWidget
62 {
63 public:
64  BaseView();
65  ~BaseView();
66 };
67 
68 #endif // BASEVIEW_H