Changeset 5410 in ntrip for trunk/GnssCenter/main


Ignore:
Timestamp:
Sep 10, 2013, 3:39:33 PM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5118 r5410  
    4343
    4444  foreach (QString fileName, pluginsDir.entryList(QDir::Files)) {
     45    qDebug() << pluginsDir.absoluteFilePath(fileName);
    4546    QPluginLoader loader(pluginsDir.absoluteFilePath(fileName));
     47    qDebug() << loader.errorString();
    4648    QObject* object = loader.instance();
     49    qDebug() << object;
     50    qDebug() << loader.errorString();
    4751    if (object) {
    4852      t_pluginFactoryInterface* plugin = qobject_cast<t_pluginFactoryInterface*>(object);
Note: See TracChangeset for help on using the changeset viewer.