#ifndef EJMAP_H #define EJMAP_H #include <QMainWindow> class EjMap : public QMainWindow { Q_OBJECT public: explicit EjMap(QWidget *parent = 0); signals: public slots: }; #endif // EJMAP_H
Sign in for post a comment
Comment ( 0 )