89f1b60538
Delete LaunchContext Signed-off-by: timoreo <contact@timoreo.fr>
7 lines
91 B
C++
7 lines
91 B
C++
#include <QString>
|
|
|
|
namespace SysInfo {
|
|
QString currentSystem();
|
|
QString useQTForArch();
|
|
}
|