Plain declaration of a function is not enough. To be able to use a function you must also implement it. So add an implementation for ComboBoxDelegate constructor to your .cpp file:
Qt Code:
{ }To copy to clipboard, switch view to plain text mode
Bookmarks