Furthermore the method is not virtual so overriding it doesn't make any sense. And the source code for the method will not do you much good, here it is:
Qt Code:
{ QGraphicsItemCustomDataStore *store = qt_dataStore(); if (!store->data.contains(this)) return store->data.value(this).value(key); }To copy to clipboard, switch view to plain text mode
Bookmarks