Changeset 5054 in ntrip for trunk/GnssCenter


Ignore:
Timestamp:
Mar 28, 2013, 6:47:57 PM (11 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5052 r5054  
    4646      qDebug() << "Plugin: " << plugin; 
    4747      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        }
    5052      }
    5153    }
Note: See TracChangeset for help on using the changeset viewer.