From 5870e5cf03ceaff7080174b573618631a413110e Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Thu, 11 Sep 2025 17:13:17 +0200 Subject: Add tags and sections --- QSThingsPlugin/Parsers/QSThingsAppSectionsParser.h | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 QSThingsPlugin/Parsers/QSThingsAppSectionsParser.h (limited to 'QSThingsPlugin/Parsers/QSThingsAppSectionsParser.h') diff --git a/QSThingsPlugin/Parsers/QSThingsAppSectionsParser.h b/QSThingsPlugin/Parsers/QSThingsAppSectionsParser.h new file mode 100644 index 0000000..e81f8db --- /dev/null +++ b/QSThingsPlugin/Parsers/QSThingsAppSectionsParser.h @@ -0,0 +1,4 @@ +@interface QSThingsAppSectionsParser : QSParser +{ +} +@end -- cgit