Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
91 B
C
Raw Normal View History

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