mirror of
https://github.com/chenx-dust/EZ4Connect.git
synced 2026-09-20 10:23:33 +08:00
13 lines
215 B
C++
13 lines
215 B
C++
#ifndef CONSOLEOUTPUTDECODER_H
|
|
#define CONSOLEOUTPUTDECODER_H
|
|
|
|
#include <QByteArray>
|
|
#include <QString>
|
|
|
|
namespace ConsoleOutputDecoder
|
|
{
|
|
QString decode(const QByteArray &bytes);
|
|
}
|
|
|
|
#endif // CONSOLEOUTPUTDECODER_H
|