Skip to content

Instantly share code, notes, and snippets.

@jmimi
Created January 1, 2014 21:11
Show Gist options
  • Save jmimi/8211554 to your computer and use it in GitHub Desktop.
Save jmimi/8211554 to your computer and use it in GitHub Desktop.
void imslot(DataObject& data)
{
DataObject here = data;
here.item = ""; // now qt make a deep copy . Am I right???
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment