adding id to the service_item_model of the corresponding model

This commit is contained in:
Chris Cochrun 2024-04-15 10:54:28 -05:00
parent a00f1b081a
commit 74f5596946
4 changed files with 31 additions and 9 deletions

View file

@ -209,7 +209,7 @@ int main(int argc, char *argv[])
serviceItemModel.get()->addItem("Black", "image",
"qrc:/assets/black.jpg",
"image", QStringList(""),
"", "", 0, 1, false, 0, 0);
"", "", 0, 1, false, 0, 0, 0);
}
// apparently mpv needs this class set