Skip to content
  • Sebastian Gottfried's avatar
    Fix Crash On Exit · 0e9b3907
    Sebastian Gottfried authored
    The QML engine deletes all parentless QObject it sees on shutdown. So
    we can't expose the main window directly to it. Move all QML interface
    code in to a dedicated class which is instantiated as a child object
    of the main window.
    0e9b3907