Commit 2701981e by 李定达

1.去除升级功能

parent b92fc0bc
...@@ -34,7 +34,7 @@ void FmControl::Start() ...@@ -34,7 +34,7 @@ void FmControl::Start()
m_appDir = QCoreApplication::applicationDirPath(); m_appDir = QCoreApplication::applicationDirPath();
m_keepTimer.start(); m_keepTimer.start();
QTimer::singleShot(5000, this, &FmControl::onCheckUpdate); //QTimer::singleShot(5000, this, &FmControl::onCheckUpdate);
} }
void FmControl::onKeepProcess() void FmControl::onKeepProcess()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment