Lining up the text a little better with printHex.

merge-requests/13/merge
Elliott Liggett 2023-01-22 20:38:27 -08:00
rodzic 4a0f5a7f59
commit a205e003c9
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -20,7 +20,7 @@ QString inline getHex(const QByteArray &pdata)
sdata.append("\n");
index.append("\n");
QString tail = "----- End hex dump -----\n";
QString tail = "---- End hex dump -----\n";
return head + sdata + index + tail;
}