timoreo 89f1b60538
Delete out non-needed functions from SysInfo
Delete LaunchContext

Signed-off-by: timoreo <contact@timoreo.fr>
2022-10-24 08:02:28 +02:00

7 lines
91 B
C++

#include <QString>
namespace SysInfo {
QString currentSystem();
QString useQTForArch();
}