Changeset 5058 in ntrip


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

Legend:

Unmodified
Added
Removed
  • trunk/GnssCenter/main/mainwin.cpp

    r5057 r5058  
    136136  t_pluginAction* action = dynamic_cast<t_pluginAction*>(sender());
    137137  qDebug() << "Action" << action;
    138 //  t_svgMap* svgMap = new t_svgMap();
     138  t_pluginInterface* widget = action->_factIface->create();
    139139//  QMdiSubWindow* win = _mdi->addSubWindow(svgMap);
    140 //  win->show();
     140  widget->show();
    141141}
    142142
Note: See TracChangeset for help on using the changeset viewer.