Changeset 5016 in ntrip
- Timestamp:
- Mar 28, 2013, 2:49:30 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GnssCenter/src/mainwin.cpp
r5015 r5016 33 33 _mdi = new t_mdiArea(0); 34 34 setCentralWidget(_mdi); 35 36 // Handle Static Plugins 37 // --------------------- 38 qDebug() << "Number of static plugins: " << QPluginLoader::staticInstances().size(); 39 foreach (QObject* plugin, QPluginLoader::staticInstances()) { 40 } 35 41 36 42 createMenu();
Note:
See TracChangeset
for help on using the changeset viewer.