mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-06 22:39:53 +08:00
MarkdownEditor: bug fix about typing markers
This commit is contained in:
parent
66ed2cdda1
commit
749c4006a2
@ -1 +1 @@
|
|||||||
Subproject commit 3843b68cca169ee8ecd56ff2391f81fb5da1b6d0
|
Subproject commit 398ec0f8523d9c74a44cb746b5a1017741521e48
|
@ -14,14 +14,8 @@ const QString SingleInstanceGuard::c_serverName = "vnote";
|
|||||||
|
|
||||||
const QChar SingleInstanceGuard::c_stringListSeparator = '>';
|
const QChar SingleInstanceGuard::c_stringListSeparator = '>';
|
||||||
|
|
||||||
SingleInstanceGuard::SingleInstanceGuard()
|
|
||||||
{
|
|
||||||
qInfo() << "guarding is on";
|
|
||||||
}
|
|
||||||
|
|
||||||
SingleInstanceGuard::~SingleInstanceGuard()
|
SingleInstanceGuard::~SingleInstanceGuard()
|
||||||
{
|
{
|
||||||
qInfo() << "guarding is off";
|
|
||||||
exit();
|
exit();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -14,7 +14,7 @@ namespace vnotex
|
|||||||
{
|
{
|
||||||
Q_OBJECT
|
Q_OBJECT
|
||||||
public:
|
public:
|
||||||
SingleInstanceGuard();
|
SingleInstanceGuard() = default;
|
||||||
|
|
||||||
~SingleInstanceGuard();
|
~SingleInstanceGuard();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user