Rename image pack model

This commit is contained in:
Nicolas Werner 2021-07-21 01:03:38 +02:00
parent 50cc0fca3b
commit 0c798554b5
No known key found for this signature in database
GPG key ID: C8D75E610773F2D9
6 changed files with 18 additions and 16 deletions

View file

@ -19,9 +19,9 @@
#include "Cache.h"
#include "ChatPage.h"
#include "CombinedImagePackModel.h"
#include "CompletionProxyModel.h"
#include "Config.h"
#include "ImagePackModel.h"
#include "Logging.h"
#include "MainWindow.h"
#include "MatrixClient.h"
@ -503,7 +503,7 @@ InputBar::video(const QString &filename,
}
void
InputBar::sticker(ImagePackModel *model, int row)
InputBar::sticker(CombinedImagePackModel *model, int row)
{
if (!model || row < 0)
return;