FakeVim: Remove unused meta object

Change-Id: If20fe6c1a68470a5f0731f42d94af6123095a1d2
Reviewed-by: Lukas Holecek <hluk@email.cz>
Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
Orgad Shaneh
2016-06-17 15:06:59 +03:00
committed by Orgad Shaneh
parent 2d03eb8bb9
commit b57ed862e9

View File

@@ -1643,8 +1643,6 @@ struct MappingState {
class FakeVimHandler::Private : public QObject
{
Q_OBJECT
public:
Private(FakeVimHandler *parent, QWidget *widget);
@@ -2195,7 +2193,7 @@ public:
// If there are multiple editors with same document,
// only the handler with last focused editor can change buffer data.
QPointer<QObject> currentHandler;
QPointer<FakeVimHandler::Private> currentHandler;
};
typedef QSharedPointer<BufferData> BufferDataPtr;
@@ -8757,5 +8755,3 @@ bool FakeVimHandler::jumpToLocalMark(QChar mark, bool backTickMode)
} // namespace FakeVim
Q_DECLARE_METATYPE(FakeVim::Internal::FakeVimHandler::Private::BufferDataPtr)
#include "fakevimhandler.moc"