qt-qml-models 0~0.0-1build2 source package in Ubuntu

Changelog

qt-qml-models (0~0.0-1build2) noble; urgency=medium

  * No-change rebuild for CVE-2024-3094

 -- William Grant <email address hidden>  Mon, 01 Apr 2024 15:52:39 +1100

Upload details

Uploaded by:
William Grant
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
qt-qml-models_0~0.0.orig.tar.gz 9.9 KiB 6d53665906fe58a43d4fe9adb117c3b2e3b703076acffa4e21fefa3709313b1d
qt-qml-models_0~0.0-1build2.debian.tar.xz 3.5 KiB 2afcdbd268d0e0464a4e44f23de18dcbf64d715482a232a2bd7d4a7b55de61e1
qt-qml-models_0~0.0-1build2.dsc 1.9 KiB 01af4cbda58b286c85b62d8c9282ae6a6d72b63c7f75cb7dc6921b6237853f8f

Available diffs

View changes file

Binary packages built by this source

libqtqmlmodels-dev: Additional list-type data models for QML apps

 This package adds 2 C++ data models to the qml back end, for use by
 QML applications.
 .
 QQmlObjectListModel : a much nicer way to expose C++ list to QML than
 the quick & dirty QList<QObject*> property. Supports all the strong
 model features of QAbstractListModel while having the simple and well
 know API of QList.
 .
 QQmlVariantListModel : a dead-simple way to create a dynamic C++ list
 of any type and expose it to QML, much better than using a QVariantList
 property.
 .
 This package contains the development files.

libqtqmlmodels0: Additional list-type data models for QML apps

 This package adds 2 C++ data models to the qml back end, for use by
 QML applications.
 .
 QQmlObjectListModel : a much nicer way to expose C++ list to QML than
 the quick & dirty QList<QObject*> property. Supports all the strong
 model features of QAbstractListModel while having the simple and well
 know API of QList.
 .
 QQmlVariantListModel : a dead-simple way to create a dynamic C++ list
 of any type and expose it to QML, much better than using a QVariantList
 property.
 .
 This package is the library itself.

libqtqmlmodels0-dbgsym: debug symbols for libqtqmlmodels0