mirror of
https://github.com/HenkKalkwater/harbour-sailfin.git
synced 2025-09-04 01:42:44 +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:
parent
54235f298e
commit
03bc3f795a
1262 changed files with 7949 additions and 105833 deletions
|
@ -40,7 +40,6 @@
|
|||
#include "namedguidpair.h"
|
||||
#include "userdata.h"*/
|
||||
|
||||
#include "../loader/http/getitem.h"
|
||||
#include "../loader/requesttypes.h"
|
||||
#include "../model/item.h"
|
||||
#include "mediastream.h"
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
|
||||
#include "../dto/baseitemdto.h"
|
||||
#include "../dto/baseitemdtoqueryresult.h"
|
||||
#include "../loader/http/getuserviews.h"
|
||||
#include "../loader/requesttypes.h"
|
||||
#include "../model/item.h"
|
||||
#include "../viewmodel/item.h"
|
||||
|
|
|
@ -35,9 +35,9 @@
|
|||
|
||||
#include "../dto/baseitemdto.h"
|
||||
#include "../dto/playbackinfodto.h"
|
||||
#include "../dto/playbackinforesponse.h"
|
||||
#include "../dto/playmethod.h"
|
||||
#include "../loader/requesttypes.h"
|
||||
#include "../loader/http/getpostedplaybackinfo.h"
|
||||
#include "../model/playlist.h"
|
||||
#include "../support/jsonconv.h"
|
||||
#include "../viewmodel/item.h"
|
||||
|
|
|
@ -23,7 +23,6 @@
|
|||
#include <QSharedPointer>
|
||||
#include <QString>
|
||||
|
||||
#include "../loader/http/getitem.h"
|
||||
#include "../loader/requesttypes.h"
|
||||
#include "../model/user.h"
|
||||
#include "loader.h"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue