mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 22:09:52 +08:00
fix compilation error (#1609)
This commit is contained in:
parent
6aa0e98993
commit
44a11ce5bb
@ -81,7 +81,7 @@ MarkdownEditor::MarkdownEditor(const MarkdownEditorConfig &p_config,
|
|||||||
connect(m_headingTimer, &QTimer::timeout,
|
connect(m_headingTimer, &QTimer::timeout,
|
||||||
this, &MarkdownEditor::currentHeadingChanged);
|
this, &MarkdownEditor::currentHeadingChanged);
|
||||||
connect(m_textEdit, &vte::VTextEdit::cursorLineChanged,
|
connect(m_textEdit, &vte::VTextEdit::cursorLineChanged,
|
||||||
m_headingTimer, QOverload<void>::of(&QTimer::start));
|
m_headingTimer, QOverload<>::of(&QTimer::start));
|
||||||
}
|
}
|
||||||
|
|
||||||
MarkdownEditor::~MarkdownEditor()
|
MarkdownEditor::~MarkdownEditor()
|
||||||
|
@ -10,6 +10,7 @@
|
|||||||
|
|
||||||
class QMimeData;
|
class QMimeData;
|
||||||
class QMenu;
|
class QMenu;
|
||||||
|
class QTimer;
|
||||||
|
|
||||||
namespace vte
|
namespace vte
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user