Skip to content
Commit d73610d6 authored by Vlad Zahorodnii's avatar Vlad Zahorodnii
Browse files

scripting: Introduce VirtualDesktopModel

This can be useful for QML scripts that deal with virtual desktops.

The virtual desktop model keeps a copy of virtual desktop objects to
avoid hitting asserts in QAbstractItemModel (it has some asserts to
ensure that indices passed to beginInsertRows() or beginRemoveRows()
make sense).
parent 2e56b718
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment