Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
  • beta/202505231812
  • stable/20250523.0
  • nightly/20250523.0
  • 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
21 results

contactadapter.cpp

Blame
    • Ming Rui Zhang's avatar
      8660373b
      contactadapter: fix SelectableProxyModel ownership · 8660373b
      Ming Rui Zhang authored and Sébastien Blin's avatar Sébastien Blin committed
      Currently the ownership of SelectableProxyModel instance
      is assumed by QML engine, but we will use the following
      rule to avoid that.
      
      QML engine respects the normal QObject parent ownership
      semantics of Qt C++ objects, and will never delete a
      QObject instance which has a parent.
      
      https: //doc.qt.io/qt-5/qtqml-cppintegration-data.html
      Change-Id: Ifa37d14b8d74bfce050b0dee2949b42a7f784d3a
      8660373b
      History
      contactadapter: fix SelectableProxyModel ownership
      Ming Rui Zhang authored and Sébastien Blin's avatar Sébastien Blin committed
      Currently the ownership of SelectableProxyModel instance
      is assumed by QML engine, but we will use the following
      rule to avoid that.
      
      QML engine respects the normal QObject parent ownership
      semantics of Qt C++ objects, and will never delete a
      QObject instance which has a parent.
      
      https: //doc.qt.io/qt-5/qtqml-cppintegration-data.html
      Change-Id: Ifa37d14b8d74bfce050b0dee2949b42a7f784d3a
    Code owners
    Assign users and groups as approvers for specific file changes. Learn more.