Move stickermodel into the models folder

This commit is contained in:
James Graham
2023-05-07 13:47:57 +01:00
parent 77d8ec04ca
commit 3d0c0e3ed5
4 changed files with 4 additions and 3 deletions

View File

@@ -74,9 +74,9 @@
#include "pollhandler.h"
#endif
#include "models/statefiltermodel.h"
#include "models/stickermodel.h"
#include "roommanager.h"
#include "spacehierarchycache.h"
#include "stickermodel.h"
#include "urlhelper.h"
#include "windowcontroller.h"
#ifdef QUOTIENT_07