Skip to content
  • Dennis Nienhüser's avatar
    Fix plugin upgrade problem on Android · ce202433
    Dennis Nienhüser authored
    QFile::copy does not overwrite existing files, so old plugins were
    kept around and prevented a start on upgrades. Now deleting all
    plugins at startup in any case. This ensures a correct start even
    if plugins are removed in an upgrade, but results in a slower startup
    also.
    ce202433