forked from qt-creator/qt-creator
FakeVim: Compile fix
Change-Id: I630c6603bf46a28942c71e9e67cc9745ea8e4c36 Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
@@ -1950,7 +1950,7 @@ public:
|
|||||||
void endEditBlock();
|
void endEditBlock();
|
||||||
void breakEditBlock() { m_buffer->breakEditBlock = true; }
|
void breakEditBlock() { m_buffer->breakEditBlock = true; }
|
||||||
|
|
||||||
bool canModifyBufferData() const { return m_buffer->currentHandler == this; }
|
bool canModifyBufferData() const { return m_buffer->currentHandler.data() == this; }
|
||||||
|
|
||||||
Q_SLOT void onContentsChanged(int position, int charsRemoved, int charsAdded);
|
Q_SLOT void onContentsChanged(int position, int charsRemoved, int charsAdded);
|
||||||
Q_SLOT void onCursorPositionChanged();
|
Q_SLOT void onCursorPositionChanged();
|
||||||
|
|||||||
Reference in New Issue
Block a user