Changeset 5016 in ntrip for trunk


Ignore:
Timestamp:
Mar 28, 2013, 2:49:30 PM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5015 r5016  
    3333  _mdi = new t_mdiArea(0);
    3434  setCentralWidget(_mdi);
     35
     36  // Handle Static Plugins
     37  // ---------------------
     38  qDebug() << "Number of static plugins: " << QPluginLoader::staticInstances().size();
     39  foreach (QObject* plugin, QPluginLoader::staticInstances()) {
     40  }
    3541
    3642  createMenu();
Note: See TracChangeset for help on using the changeset viewer.