mirror of
https://github.com/radiomanV/TL866.git
synced 2025-06-18 14:25:38 -04:00
Fix build against Qt 6.7 version
Seems like there were some changes in QTextStream class that now warrant QString include as well.
This commit is contained in:
parent
2cbb2bb8cf
commit
2e4a7f9f5c
@ -1,5 +1,6 @@
|
||||
#ifndef HEXWRITER_H
|
||||
#define HEXWRITER_H
|
||||
#include <QString>
|
||||
#include <QTextStream>
|
||||
|
||||
class HexWriter
|
||||
|
Loading…
Reference in New Issue
Block a user