Skip to content
  • Martin Flöser's avatar
    [scripting] Fix export of WorkspaceWrapper in QtScript · be9ee989
    Martin Flöser authored
    The export of the WorkspaceWrapper was changed to be a subclass with all
    the elements still being in the parent class. But the "workspace" was
    exported with QScriptEngine::ExcludeSuperClassContents. Thus all usages
    of workspace were broken and our tests started to fail on build.kde.org.
    
    This change removes the ExcludeSuperClassContents which means that also
    the QObject properties and slots are now exposed which was previously
    not the case.
    
    CCMAIL: github@chilon.net
    be9ee989