Fix build on Linux.
This commit is contained in:
parent
2d251e063c
commit
49166a8b72
1 changed files with 1 additions and 1 deletions
|
|
@ -52,7 +52,7 @@ Capabilities CheckCapabilities(QWidget *widget) {
|
||||||
return {};
|
return {};
|
||||||
}
|
}
|
||||||
|
|
||||||
static const auto BugListInited = [] {
|
[[maybe_unused]] static const auto BugListInited = [] {
|
||||||
if (!QFile::exists(":/misc/gpu_driver_bug_list.json")) {
|
if (!QFile::exists(":/misc/gpu_driver_bug_list.json")) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue