Disambiguate the data type

This commit is contained in:
sledgehammer999 2022-01-04 01:35:11 +02:00
parent e8c65388eb
commit ac5a485651
No known key found for this signature in database
GPG key ID: 6E4A2D025B7CC9A2

View file

@ -49,7 +49,7 @@ BitTorrent::TorrentContentLayout BitTorrent::detectContentLayout(const QStringLi
: TorrentContentLayout::Subfolder); : TorrentContentLayout::Subfolder);
} }
void BitTorrent::applyContentLayout(QStringList &filePaths, const TorrentContentLayout contentLayout, const QString &rootFolder) void BitTorrent::applyContentLayout(QStringList &filePaths, const BitTorrent::TorrentContentLayout contentLayout, const QString &rootFolder)
{ {
Q_ASSERT(!filePaths.isEmpty()); Q_ASSERT(!filePaths.isEmpty());