mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix indentation
This commit is contained in:
parent
b272e4bfb0
commit
ac1b3f0ba2
@ -381,11 +381,11 @@ QStringList texFileList(QString const & filename)
|
||||
set.insert(qfile);
|
||||
}
|
||||
|
||||
// remove duplicates
|
||||
// remove duplicates
|
||||
#if (QT_VERSION >= QT_VERSION_CHECK(5, 14, 0))
|
||||
return QList<QString>(set.begin(), set.end());
|
||||
return QList<QString>(set.begin(), set.end());
|
||||
#else
|
||||
return QList<QString>::fromSet(set);
|
||||
return QList<QString>::fromSet(set);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user