adding id to the service_item_model of the corresponding model
This commit is contained in:
parent
a00f1b081a
commit
74f5596946
4 changed files with 31 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue