Ignore:
Timestamp:
Sep 10, 2013, 5:55:53 PM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GnssCenter/map_stations/map_stations.h

    r5415 r5416  
    55#include <QWhatsThis>
    66#include "plugininterface.h"
    7 #include "thriftclient.h"
    87
    98class QwtPlot;
    109class QwtPlotZoomer;
    1110class t_thriftClient;
     11class t_thriftResult;
    1212
    1313namespace GnssCenter {
     
    2121 public slots:
    2222  void slotNewPoint(const QString& name, double latDeg, double lonDeg);
    23   void slotNewThriftResult(t_thriftResult);
     23  void slotNewThriftResult(t_thriftResult*);
    2424
    2525 private slots:
Note: See TracChangeset for help on using the changeset viewer.