Qt Code:
int size = f.size(); qDebug() << bytes; //outputs ""MZP qDebug() << bytes.toHex(); //Same output :(To copy to clipboard, switch view to plain text mode
Qt Code:
int size = f.size(); qDebug() << bytes; //outputs ""MZP qDebug() << bytes.toHex(); //Same output :(To copy to clipboard, switch view to plain text mode
Bookmarks