source: ntrip/trunk/GnssCenter/main/mdiarea.h@ 9184

Last change on this file since 9184 was 5001, checked in by mervart, 11 years ago
File size: 248 bytes
Line 
1#ifndef GnssCenter_MDIAREA_H
2#define GnssCenter_MDIAREA_H
3
4#include <QtGui>
5
6namespace GnssCenter {
7
8class t_mdiArea : public QMdiArea {
9 Q_OBJECT
10 public:
11 t_mdiArea(QWidget* parent);
12 virtual ~t_mdiArea();
13};
14
15} // namespace GnssCenter
16
17#endif
Note: See TracBrowser for help on using the repository browser.