Changeset 5013 in ntrip
- Timestamp:
- Mar 28, 2013, 2:11:07 PM (12 years ago)
- Location:
- trunk/GnssCenter/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GnssCenter/src/map/svgmap.cpp
r5011 r5013 34 34 // Constructor 35 35 ///////////////////////////////////////////////////////////////////////////// 36 t_svgMap::t_svgMap( QWidget* parent) : QDialog(parent), t_pluginInterface() {36 t_svgMap::t_svgMap() : QDialog(), t_pluginInterface() { 37 37 38 38 // Map in Scalable Vector Graphics (svg) Format -
trunk/GnssCenter/src/map/svgmap.h
r5012 r5013 13 13 class t_svgMap : public QDialog, public t_pluginInterface { 14 14 Q_OBJECT 15 Q_INTERFACES(t_pluginInterface) 15 16 16 17 public: 17 t_svgMap( QWidget* parent = 0);18 t_svgMap(); 18 19 ~t_svgMap(); 19 20 virtual bool expectInputFile() const {return false;} -
trunk/GnssCenter/src/src.pro
r5010 r5013 23 23 24 24 exists(map) { 25 HEADERS += map/svgmap.h 26 SOURCES += map/svgmap.cpp 27 RESOURCES += map/svgmap.qrc 25 INCLUDEPATH += map 26 HEADERS += map/svgmap.h 27 SOURCES += map/svgmap.cpp 28 RESOURCES += map/svgmap.qrc 28 29 } 29 30 30 31 exists(inpedit) { 32 INCLUDEPATH += inpedit 33 31 34 HEADERS += inpedit/keyword.h inpedit/panel.h inpedit/inpfile.h \ 32 35 inpedit/selwin.h inpedit/lineedit.h inpedit/uniline.h
Note:
See TracChangeset
for help on using the changeset viewer.