mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 13:59:52 +08:00
bug-fix: fix auto heading sequence regular expression
This commit is contained in:
parent
83071e8501
commit
be5f7d2b6b
@ -36,6 +36,8 @@ void VLineEdit::handleTextChanged(const QString &p_text)
|
|||||||
|
|
||||||
void VLineEdit::init()
|
void VLineEdit::init()
|
||||||
{
|
{
|
||||||
|
m_evaluatedText = g_mwMgr->evaluate(text());
|
||||||
|
|
||||||
connect(this, &QLineEdit::textChanged,
|
connect(this, &QLineEdit::textChanged,
|
||||||
this, &VLineEdit::handleTextChanged);
|
this, &VLineEdit::handleTextChanged);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user