Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FreesmTeam/FreesmLauncher
/ Version
Method
Version
launcher/Version.cpp:8–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
#include <QUrl>
7
8
Version::Version(QString str) : m_string(std::move(str))
9
{
10
parse();
11
}
12
13
#define VERSION_OPERATOR(return_on_different) \
14
bool exclude_our_sections = false; \
Callers
nothing calls this directly
Calls
1
move
Function · 0.85
Tested by
no test coverage detected