Changeset 5013 in ntrip for trunk/GnssCenter/src/map


Ignore:
Timestamp:
Mar 28, 2013, 2:11:07 PM (11 years ago)
Author:
mervart
Message:
 
Location:
trunk/GnssCenter/src/map
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/GnssCenter/src/map/svgmap.cpp

    r5011 r5013  
    3434// Constructor
    3535/////////////////////////////////////////////////////////////////////////////
    36 t_svgMap::t_svgMap(QWidget* parent) : QDialog(parent), t_pluginInterface() {
     36t_svgMap::t_svgMap() : QDialog(), t_pluginInterface() {
    3737
    3838  // Map in Scalable Vector Graphics (svg) Format
  • trunk/GnssCenter/src/map/svgmap.h

    r5012 r5013  
    1313class t_svgMap : public QDialog, public t_pluginInterface {
    1414 Q_OBJECT
     15 Q_INTERFACES(t_pluginInterface)
    1516   
    1617 public:
    17   t_svgMap(QWidget* parent = 0);
     18  t_svgMap();
    1819  ~t_svgMap();
    1920  virtual bool expectInputFile() const {return false;}
Note: See TracChangeset for help on using the changeset viewer.