Changeset 5057 in ntrip for trunk/GnssCenter/main/mainwin.cpp


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

Legend:

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

    r5056 r5057  
    134134void t_mainWin::slotStartPlugin() {
    135135  qDebug() << "slotStartPlugin" << sender();
     136  t_pluginAction* action = dynamic_cast<t_pluginAction*>(sender());
     137  qDebug() << "Action" << action;
    136138//  t_svgMap* svgMap = new t_svgMap();
    137139//  QMdiSubWindow* win = _mdi->addSubWindow(svgMap);
Note: See TracChangeset for help on using the changeset viewer.