Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PlotJuggler/PlotJuggler
/ setCurrentVersion
Method
setCurrentVersion
pj_runtime/src/UpdateChecker.cpp:29–31 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
27
UpdateChecker::~UpdateChecker() = default;
28
29
void UpdateChecker::setCurrentVersion(const QString& version) {
30
current_version_ = version;
31
}
32
33
void UpdateChecker::setReleaseApiUrl(const QUrl& url) {
34
release_api_url_ = url;
Callers
1
TEST
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.64