Changeset 5013 in ntrip for trunk/GnssCenter/src/map
- Timestamp:
- Mar 28, 2013, 2:11:07 PM (12 years ago)
- Location:
- trunk/GnssCenter/src/map
- Files:
-
- 2 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;}
Note:
See TracChangeset
for help on using the changeset viewer.