1
0
Fork 0
mirror of https://github.com/HenkKalkwater/harbour-sailfin.git synced 2025-09-06 10:32:44 +00:00

WIP: Code cleanup, trying to debug Q_ENUM not visible from QML

This commit is contained in:
Chris Josten 2021-03-29 14:27:37 +02:00
parent 729e343661
commit 89fef6d7f4
642 changed files with 63194 additions and 26509 deletions

View file

@ -0,0 +1,28 @@
/*
* Sailfin: a Jellyfin client written using Qt
* Copyright (C) 2021 Chris Josten and the Sailfin Contributors.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "JellyfinQt/viewmodel/modelstatus.h"
namespace Jellyfin {
namespace ViewModel {
ModelStatusClass::ModelStatusClass() { }
}
}

View file

@ -22,7 +22,7 @@
#include "JellyfinQt/apimodel.h"
// #include "JellyfinQt/DTO/dto.h"
#include <JellyfinQt/DTO/useritemdatadto.h>
#include <JellyfinQt/dto/useritemdatadto.h>
namespace Jellyfin {
class ItemModel;