mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +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);
|
set.insert(qfile);
|
||||||
}
|
}
|
||||||
|
|
||||||
// remove duplicates
|
// remove duplicates
|
||||||
#if (QT_VERSION >= QT_VERSION_CHECK(5, 14, 0))
|
#if (QT_VERSION >= QT_VERSION_CHECK(5, 14, 0))
|
||||||
return QList<QString>(set.begin(), set.end());
|
return QList<QString>(set.begin(), set.end());
|
||||||
#else
|
#else
|
||||||
return QList<QString>::fromSet(set);
|
return QList<QString>::fromSet(set);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user