From 73eb4be3478b9c46db2c2185d655698fadfeccfa Mon Sep 17 00:00:00 2001 From: radiomanV Date: Fri, 26 Jan 2018 22:55:31 +0200 Subject: [PATCH] Code cleanup --- TL866_Updater/QT/hexwriter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TL866_Updater/QT/hexwriter.h b/TL866_Updater/QT/hexwriter.h index c4f1f4b..bd9b757 100644 --- a/TL866_Updater/QT/hexwriter.h +++ b/TL866_Updater/QT/hexwriter.h @@ -5,7 +5,7 @@ class HexWriter { public: - HexWriter(QIODevice *file); + explicit HexWriter(QIODevice *file); void WriteHex(QByteArray data); private: