mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 13:59:52 +08:00
fix macOS travis CI
This commit is contained in:
parent
108ff1543c
commit
91483fd8fc
@ -6,6 +6,8 @@ brew update > /dev/null
|
||||
# Use Qt5.9.3 instead of 5.10
|
||||
cd /usr/local/Homebrew/Library/Taps/homebrew/homebrew-core/Formula
|
||||
git checkout 13d52537d1e0e5f913de4639012 qt.rb
|
||||
sed -i '' 's/:mysql/"mysql"/' qt.rb
|
||||
sed -i '' 's/:postgresql/"postgresql"/' qt.rb
|
||||
brew install qt
|
||||
|
||||
QTDIR="/usr/local/opt/qt"
|
||||
|
@ -230,7 +230,7 @@ void VMathJaxInplacePreviewHelper::textToHtmlFinished(int p_identitifer,
|
||||
int p_timeStamp,
|
||||
const QString &p_html)
|
||||
{
|
||||
if (m_documentID != p_identitifer || m_timeStamp != p_timeStamp) {
|
||||
if (m_documentID != p_identitifer || m_timeStamp != (TS)p_timeStamp) {
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user