Changeset 5058 in ntrip
- Timestamp:
- Mar 28, 2013, 7:29:52 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GnssCenter/main/mainwin.cpp
r5057 r5058 136 136 t_pluginAction* action = dynamic_cast<t_pluginAction*>(sender()); 137 137 qDebug() << "Action" << action; 138 // t_svgMap* svgMap = new t_svgMap();138 t_pluginInterface* widget = action->_factIface->create(); 139 139 // QMdiSubWindow* win = _mdi->addSubWindow(svgMap); 140 // win->show();140 widget->show(); 141 141 } 142 142
Note:
See TracChangeset
for help on using the changeset viewer.