Move stickermodel into the models folder
This commit is contained in:
@@ -47,7 +47,7 @@ add_library(neochat STATIC
|
|||||||
models/searchmodel.cpp
|
models/searchmodel.cpp
|
||||||
texthandler.cpp
|
texthandler.cpp
|
||||||
logger.cpp
|
logger.cpp
|
||||||
stickermodel.cpp
|
models/stickermodel.cpp
|
||||||
models/imagepacksmodel.cpp
|
models/imagepacksmodel.cpp
|
||||||
events/imagepackevent.cpp
|
events/imagepackevent.cpp
|
||||||
events/joinrulesevent.cpp
|
events/joinrulesevent.cpp
|
||||||
|
|||||||
@@ -74,9 +74,9 @@
|
|||||||
#include "pollhandler.h"
|
#include "pollhandler.h"
|
||||||
#endif
|
#endif
|
||||||
#include "models/statefiltermodel.h"
|
#include "models/statefiltermodel.h"
|
||||||
|
#include "models/stickermodel.h"
|
||||||
#include "roommanager.h"
|
#include "roommanager.h"
|
||||||
#include "spacehierarchycache.h"
|
#include "spacehierarchycache.h"
|
||||||
#include "stickermodel.h"
|
|
||||||
#include "urlhelper.h"
|
#include "urlhelper.h"
|
||||||
#include "windowcontroller.h"
|
#include "windowcontroller.h"
|
||||||
#ifdef QUOTIENT_07
|
#ifdef QUOTIENT_07
|
||||||
|
|||||||
@@ -9,7 +9,8 @@ using namespace Quotient;
|
|||||||
|
|
||||||
StickerModel::StickerModel(QObject *parent)
|
StickerModel::StickerModel(QObject *parent)
|
||||||
: QAbstractListModel(parent)
|
: QAbstractListModel(parent)
|
||||||
{}
|
{
|
||||||
|
}
|
||||||
|
|
||||||
int StickerModel::rowCount(const QModelIndex &index) const
|
int StickerModel::rowCount(const QModelIndex &index) const
|
||||||
{
|
{
|
||||||
Reference in New Issue
Block a user