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:
Teo Mrnjavac 2016-09-02 15:14:25 +02:00 committed by GitHub
commit cbb2162ee9
35 changed files with 105 additions and 92 deletions

View file

@ -480,7 +480,7 @@ PartitionCoreModule::dumpQueue() const
}
OsproberEntryList
const OsproberEntryList
PartitionCoreModule::osproberEntries() const
{
return m_osproberLines;