1
0
Fork 0
mirror of https://github.com/HenkKalkwater/harbour-sailfin.git synced 2025-09-05 10:12:46 +00:00

openapi: group endpoints by tag in file

This reduces the amount of files generated by arround 300 and makes for
quicker compilation times.
This commit is contained in:
Chris Josten 2021-09-01 14:50:02 +02:00
parent 54235f298e
commit 03bc3f795a
1262 changed files with 7949 additions and 105833 deletions

View file

@ -23,7 +23,7 @@
#include <QByteArray>
#include <QHash>
#include "../loader/http/getpublicusers.h"
#include "../loader/http/user.h"
#include "../loader/requesttypes.h"
#include "../model/user.h"
#include "../apimodel.h"