Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • nightly/20250515.0
  • nightly/20250510.0
  • nightly/20250509.1
  • nightly/20250509.0
  • stable/20250430.1
  • stable/20250430.0
  • beta/202504301614
  • nightly/20250430.0
  • stable/20250424.1
  • beta/202504241506
  • stable/20250424.0
  • nightly/20250424.1
  • nightly/20250424.0
  • nightly/20250422.0
  • beta/202504120241
  • stable/20250411.0
  • nightly/20250411.0
  • nightly/20250331.0
  • beta/202503281438
  • stable/20250321.0
21 results

calladapter.h

  • Andreas Traczyk's avatar
    eb53a622
    qml interop: start replacing QMetaObject::invokeMethod with signals · eb53a622
    Andreas Traczyk authored
    It seems concurrent calls to invokeMethod using qml component
    object pointers can lead to access violations. These method
    invocations can be replaced with a signal/slot mechanism.
    
    This patch replaces only the invocations in conversationsadapter
    and accountsadapter that are known to be problematic for now.
    
    Some code cleanup is done for QmlAdapterBase derived classes.
    
    Gitlab: #61
    Change-Id: I72f47c9229a9bf42299ae52822c3a1a8c04eb423
    eb53a622
    History
    qml interop: start replacing QMetaObject::invokeMethod with signals
    Andreas Traczyk authored
    It seems concurrent calls to invokeMethod using qml component
    object pointers can lead to access violations. These method
    invocations can be replaced with a signal/slot mechanism.
    
    This patch replaces only the invocations in conversationsadapter
    and accountsadapter that are known to be problematic for now.
    
    Some code cleanup is done for QmlAdapterBase derived classes.
    
    Gitlab: #61
    Change-Id: I72f47c9229a9bf42299ae52822c3a1a8c04eb423
Code owners
Assign users and groups as approvers for specific file changes. Learn more.