Skip to content

Instantly share code, notes, and snippets.

@jemygraw
Created October 15, 2014 06:07
Show Gist options
  • Save jemygraw/7e8efb113ba0eb157d12 to your computer and use it in GitHub Desktop.
Save jemygraw/7e8efb113ba0eb157d12 to your computer and use it in GitHub Desktop.
Print QByteArray to console
QString str=UrlSafeBase64Encode(sha1Data);
std::cout<<str.toLocal8Bit().data()<<std::endl;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment