Skip to content
  • ivan tkachenko's avatar
    Context Menus: Use controls directly instead of via QQC2 · 71c81f16
    ivan tkachenko authored
    QtQuick.Controls is resolved at runtime to be org.kde.desktop
    
    qmlcachegen can't follow that though, so it can't precompile
    QtQuick.Controls usages.
    
    Here we know that we are using the local Popup in the end, so use it
    directly and make qmlcachegen happier.
    
    Use Action from Templates since that is only defined there.
    
    ---
    
    Inspired by patches from Nicolas Fella <nicolas.fella@gmx.de>
    71c81f16