Created
October 15, 2014 06:07
-
-
Save jemygraw/7e8efb113ba0eb157d12 to your computer and use it in GitHub Desktop.
Print QByteArray to console
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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