Changeset 5011 in ntrip for trunk/GnssCenter/src/map/svgmap.h


Ignore:
Timestamp:
Mar 28, 2013, 2:01:16 PM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5004 r5011  
    44#include <QtGui>
    55#include <QWhatsThis>
     6#include "plugininterface.h"
    67
    78class QwtPlot;
     
    1011namespace GnssCenter {
    1112
    12 class t_svgMap : public QDialog {
     13class t_svgMap : public QDialog, public t_pluginInterface {
    1314 Q_OBJECT
    1415   
     
    1617  t_svgMap(QWidget* parent = 0);
    1718  ~t_svgMap();
     19  bool expectInputFile() const {return false;}
    1820   
    1921 public slots:
Note: See TracChangeset for help on using the changeset viewer.