forked from lubuwest/Friendiqa
OAuth and bugfixes
This commit is contained in:
parent
e58a1f69dc
commit
d43c18bb76
65 changed files with 1681 additions and 1494 deletions
|
@ -158,3 +158,13 @@ void FILESYSTEM::setAutostart(bool autostart) {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
QString FILESYSTEM::osType() const
|
||||
{
|
||||
return QSysInfo::productType();
|
||||
}
|
||||
|
||||
QString FILESYSTEM::hostname() const
|
||||
{
|
||||
return QSysInfo::machineHostName();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue