mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-11 15:27:54 +00:00
Disambiguate the data type
This commit is contained in:
parent
e8c65388eb
commit
ac5a485651
@ -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());
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user