Changeset 5054 in ntrip for trunk/GnssCenter/main
- Timestamp:
- Mar 28, 2013, 6:47:57 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GnssCenter/main/mainwin.cpp
r5052 r5054 46 46 qDebug() << "Plugin: " << plugin; 47 47 if (plugin) { 48 t_pluginInterface* widget = plugin->create(); 49 widget->show(); 48 for (int ii = 1; ii <= 2; ii++) { 49 t_pluginInterface* widget = plugin->create(); 50 widget->show(); 51 } 50 52 } 51 53 }
Note:
See TracChangeset
for help on using the changeset viewer.