mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-26 14:23:09 +00:00
When a quicksetting is changed to not available, it should be removed from the model. The proper API call to beginRemoveRows() has the index of the last removed element as last parameter and will fail with null. This patch makes dynamically removing a quicksetting by changing the available property to false. Signed-off-by: Sebastian Kügler <sebas@kde.org> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| paginatemodel.cpp | ||
| paginatemodel.h | ||
| quicksetting.cpp | ||
| quicksetting.h | ||
| quicksettingsconfig.cpp | ||
| quicksettingsconfig.h | ||
| quicksettingsmodel.cpp | ||
| quicksettingsmodel.h | ||
| savedquicksettings.cpp | ||
| savedquicksettings.h | ||
| savedquicksettingsmodel.cpp | ||
| savedquicksettingsmodel.h | ||