新增关于窗口
This commit is contained in:
@@ -79,6 +79,9 @@ QStringList KernelInformation::get_system(int value) const
|
||||
for(int i = 0; i < count; i++) {
|
||||
result << list.at(i).toString();
|
||||
}
|
||||
if(!result.count()) {
|
||||
result << "all";
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
@@ -90,6 +93,9 @@ QStringList KernelInformation::get_arch(int value) const
|
||||
for(int i = 0; i < count; i++) {
|
||||
result << list.at(i).toString();
|
||||
}
|
||||
if(!result.count()) {
|
||||
result << "all";
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user