Ignore:
Timestamp:
Mar 28, 2013, 7:40:12 PM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GnssCenter/main/plugininterface.h

    r5055 r5059  
    22#define GnssCenter_PLUGININTERFACE_H
    33
     4#include <QtGui>
    45#include <QtPlugin>
    56
    67namespace GnssCenter {
    78
    8 class t_pluginInterface {
    9  public:
    10   virtual void show() = 0;
    11 };
    12 
    139class t_pluginFactoryInterface {
    1410 public:
    15   virtual t_pluginInterface* create() = 0;
     11  virtual QWidget* create() = 0;
    1612  virtual QString getName() const = 0;
    1713};
Note: See TracChangeset for help on using the changeset viewer.