Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cc20110101/RedisView
/ noupdate
Method
noupdate
src/RedisView/AppView/UpdateSystem.cpp:42–45 ·
view source on GitHub ↗
没有服务端,此处不实现
Source
from the content-addressed store, hash-verified
40
41
// 没有服务端,此处不实现
42
void UpdateView::noupdate() {
43
_nativeLabel->setText(tr(
"功能不实现,请到下载网站更新..."
));
44
_timer->stop();
45
}
46
47
Updater::Updater() {
48
QLinearGradient gradient(QPointF(50, -20), QPointF(80, 20));
Callers
nothing calls this directly
Calls
1
setText
Method · 0.45
Tested by
no test coverage detected