mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-06 06:19:52 +08:00
fix compilation warning
This commit is contained in:
parent
1d0621cac3
commit
26ecf08f4a
@ -230,7 +230,7 @@ void VMathJaxInplacePreviewHelper::textToHtmlFinished(int p_identitifer,
|
||||
int p_timeStamp,
|
||||
const QString &p_html)
|
||||
{
|
||||
if (m_documentID != p_identitifer || m_timeStamp != (TS)p_timeStamp) {
|
||||
if (m_documentID != p_identitifer || m_timeStamp != (TimeStamp)p_timeStamp) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user