Skip to content

Instantly share code, notes, and snippets.

@kaskavalci
Created September 26, 2015 10:46
Show Gist options
  • Save kaskavalci/f8ed7208d576a6d3b2c7 to your computer and use it in GitHub Desktop.
Save kaskavalci/f8ed7208d576a6d3b2c7 to your computer and use it in GitHub Desktop.
//USE THIS
while (cName->hasChildren()) {
QList<QStandardItem*> listOfItems = cName->takeRow(0);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment