mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 13:59: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,
|
||||
this, &MarkdownEditor::currentHeadingChanged);
|
||||
connect(m_textEdit, &vte::VTextEdit::cursorLineChanged,
|
||||
m_headingTimer, QOverload<void>::of(&QTimer::start));
|
||||
m_headingTimer, QOverload<>::of(&QTimer::start));
|
||||
}
|
||||
|
||||
MarkdownEditor::~MarkdownEditor()
|
||||
|
@ -10,6 +10,7 @@
|
||||
|
||||
class QMimeData;
|
||||
class QMenu;
|
||||
class QTimer;
|
||||
|
||||
namespace vte
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user