MCPcopy 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
8Version::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

moveFunction · 0.85

Tested by

no test coverage detected