From 5aaaf9f5a94eb0b241f7b243e2b7df1ac2d8700a Mon Sep 17 00:00:00 2001 From: Olivier Le Doeuff Date: Sat, 4 Jan 2025 09:08:45 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20update=20badge?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 95a1f97..327338f 100644 --- a/Readme.md +++ b/Readme.md @@ -1,6 +1,6 @@ # QOlm -[![](https://github.com/OlivierLDff/QOlm/workflows/CI/badge.svg)](https://github.com/OlivierLDff/QOlm/actions?query=workflow%3ACI) +[![👷 Nix CI](https://github.com/OlivierLDff/QOlm/actions/workflows/nix.yml/badge.svg)](https://github.com/OlivierLDff/QOlm/actions/workflows/nix.yml) `qolm::QOlm` object based on `QAbstractListModel` that provide a list of `QObject` based class to **qml** and **c++**. The model dynamically update views by reacting to **insert**, **remove**, **move** operations.