mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
remove app uuid
This hasn't been used on the backend in a long time (and appears to get stripped out on several platforms). No point in keeping it around. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
ef35c3e8cb
commit
0a46068501
4 changed files with 1 additions and 17 deletions
|
@ -1451,19 +1451,6 @@ void init_proxy()
|
|||
QNetworkProxy::setApplicationProxy(proxy);
|
||||
}
|
||||
|
||||
QString getUUID()
|
||||
{
|
||||
QString uuidString;
|
||||
uuidString = qPrefUpdateManager::uuidString();
|
||||
if (uuidString != "") {
|
||||
QUuid uuid = QUuid::createUuid();
|
||||
uuidString = uuid.toString();
|
||||
qPrefUpdateManager::set_uuidString(uuidString);
|
||||
}
|
||||
uuidString.replace("{", "").replace("}", "");
|
||||
return uuidString;
|
||||
}
|
||||
|
||||
void parse_seabear_header(const char *filename, struct xml_params *params)
|
||||
{
|
||||
QFile f(filename);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue