mirror of
https://github.com/EdgeTX/edgetx.git
synced 2025-07-19 22:35:10 +03:00
parent
4dda2c64d3
commit
fb27acf286
22 changed files with 314 additions and 266 deletions
|
@ -24,7 +24,7 @@ void registerSimulator(const QString &filename)
|
|||
typedef SimulatorFactory * (*RegisterSimulator)();
|
||||
RegisterSimulator registerSimulator = (RegisterSimulator)lib.resolve("registerSimu");
|
||||
if (registerSimulator) {
|
||||
SimulatorFactory *factory = registerSimulator();
|
||||
SimulatorFactory * factory = registerSimulator();
|
||||
registerSimulatorFactory(factory);
|
||||
}
|
||||
else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue