Try:Qt Code:
typedef QList<int> IntList; // ... qRegisterMetaType< IntList >( "IntList" );To copy to clipboard, switch view to plain text mode
Try:Qt Code:
typedef QList<int> IntList; // ... qRegisterMetaType< IntList >( "IntList" );To copy to clipboard, switch view to plain text mode
it works, thanks!
Bookmarks