From 182872c760d437556d606cc02c6b7c570667a715 Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Fri, 12 Sep 2025 21:50:40 +0200 Subject: Add children --- QSThingsPlugin/Parsers/QSThingsProjectsParser.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'QSThingsPlugin/Parsers/QSThingsProjectsParser.h') diff --git a/QSThingsPlugin/Parsers/QSThingsProjectsParser.h b/QSThingsPlugin/Parsers/QSThingsProjectsParser.h index cee939d..0892fa1 100644 --- a/QSThingsPlugin/Parsers/QSThingsProjectsParser.h +++ b/QSThingsPlugin/Parsers/QSThingsProjectsParser.h @@ -1,3 +1,7 @@ +#import "Constants.h" +#import "SQLHelper.h" +#import "ObjectHelper.h" + @interface QSThingsProjectsParser : QSParser { } -- cgit