Newer
Older
#include <QCoreApplication>
#include <QtDebug>
{
QCoreApplication a(argc, argv);
QList<QString> hashes = {
"@red_sky:ocean.joedonofry.com",
};
for (QString hash : hashes) {
QByteArray hashArr = QByteArray::fromStdString(hash.toStdString());
qInfo() << hash;
qInfo() << test.generateSvg(test, false);
}