Remove unused forward declaration
This commit is contained in:
@@ -9,7 +9,6 @@
|
|||||||
|
|
||||||
#include "neochatroom.h"
|
#include "neochatroom.h"
|
||||||
|
|
||||||
class CustomEmojiModel;
|
|
||||||
class NeoChatRoom;
|
class NeoChatRoom;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -10,7 +10,6 @@
|
|||||||
#include "models/completionmodel.h"
|
#include "models/completionmodel.h"
|
||||||
#include "neochatroom.h"
|
#include "neochatroom.h"
|
||||||
|
|
||||||
class QTextDocument;
|
|
||||||
class NeoChatRoom;
|
class NeoChatRoom;
|
||||||
class SyntaxHighlighter;
|
class SyntaxHighlighter;
|
||||||
|
|
||||||
|
|||||||
@@ -16,7 +16,6 @@
|
|||||||
|
|
||||||
class NeoChatRoom;
|
class NeoChatRoom;
|
||||||
class TrayIcon;
|
class TrayIcon;
|
||||||
class QWindow;
|
|
||||||
class QQuickTextDocument;
|
class QQuickTextDocument;
|
||||||
|
|
||||||
namespace Quotient
|
namespace Quotient
|
||||||
|
|||||||
@@ -10,11 +10,6 @@
|
|||||||
|
|
||||||
#include <QReadWriteLock>
|
#include <QReadWriteLock>
|
||||||
|
|
||||||
namespace Quotient
|
|
||||||
{
|
|
||||||
class Connection;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @class ThumbnailResponse
|
* @class ThumbnailResponse
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -13,8 +13,6 @@
|
|||||||
|
|
||||||
#include <Quotient/connection.h>
|
#include <Quotient/connection.h>
|
||||||
|
|
||||||
class ImagePacksModel;
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @class AccountEmoticonModel
|
* @class AccountEmoticonModel
|
||||||
*
|
*
|
||||||
|
|||||||
@@ -10,11 +10,6 @@
|
|||||||
#include <QPointer>
|
#include <QPointer>
|
||||||
#include <QRectF>
|
#include <QRectF>
|
||||||
|
|
||||||
namespace Quotient
|
|
||||||
{
|
|
||||||
class RoomMessageEvent;
|
|
||||||
}
|
|
||||||
|
|
||||||
struct LiveLocationData {
|
struct LiveLocationData {
|
||||||
QString eventId;
|
QString eventId;
|
||||||
QString senderId;
|
QString senderId;
|
||||||
|
|||||||
Reference in New Issue
Block a user