From d017bd37253ae35b29d82e3277b9adcbb4517dd0 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 16 Jul 2022 15:18:45 +0900 Subject: Convert files to unix format. Convert C++ header names to C header names. Signed-off-by: Michele Calgaro --- src/TemplateBatchScript.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/TemplateBatchScript.cpp') diff --git a/src/TemplateBatchScript.cpp b/src/TemplateBatchScript.cpp index 00c96ce..e8a91e8 100755 --- a/src/TemplateBatchScript.cpp +++ b/src/TemplateBatchScript.cpp @@ -20,7 +20,7 @@ #include "TemplateBatchScript.h" // Need to include QObject here so that platform specific defines like Q_OS_WIN32 are set. -#include +#include /*! \brief The only and static function of this class returns a batch or shell script -- cgit v1.2.3