mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-27 09:25:36 -04:00
Merge pull request #255 from stikonas/master
Port away from most cases of Q_FOREACH to C++11 ranged for loop.
This commit is contained in:
commit
cbb2162ee9
35 changed files with 105 additions and 92 deletions
|
@ -480,7 +480,7 @@ PartitionCoreModule::dumpQueue() const
|
|||
}
|
||||
|
||||
|
||||
OsproberEntryList
|
||||
const OsproberEntryList
|
||||
PartitionCoreModule::osproberEntries() const
|
||||
{
|
||||
return m_osproberLines;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue