aboutsummaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorAkshay Nair <phenax5@gmail.com>2025-03-23 19:48:53 +0530
committerAkshay Nair <phenax5@gmail.com>2025-03-23 21:47:03 +0530
commit346c16b4e2ea26f47e0e370a490b7794492a9ebb (patch)
tree277a30ac8b0c82a9c9736985385d0d150a55fcb5 /templates
parent9cc72e8ea9f59f9a9627d05528d54a559ebd412c (diff)
downloadnull-browser-346c16b4e2ea26f47e0e370a490b7794492a9ebb.tar.gz
null-browser-346c16b4e2ea26f47e0e370a490b7794492a9ebb.zip
Apply clang-tidy suggestions
Diffstat (limited to '')
-rwxr-xr-xtemplates/qtest.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/qtest.sh b/templates/qtest.sh
index 48a9f7d..50d288c 100755
--- a/templates/qtest.sh
+++ b/templates/qtest.sh
@@ -10,6 +10,7 @@ echo "#include <QtCore>
#include \"$class_name.hpp\"
+// NOLINTBEGIN
class ${class_name}Spec : public QObject {
Q_OBJECT
@@ -26,5 +27,6 @@ private slots:
QTEST_REGISTER(${class_name}Spec)
#include \"${class_name}Spec.moc\"
+// NOLINTEND
" > "./spec/${class_name}Spec.cpp"