Fix some warnings

This commit is contained in:
thalieht
2018-09-07 14:12:38 +03:00
committed by sledgehammer999
parent 84f0dbecfe
commit 5251d93b3d
29 changed files with 48 additions and 50 deletions

View File

@@ -426,7 +426,7 @@ int AddNewTorrentDialog::indexOfSavePath(const QString &savePath)
void AddNewTorrentDialog::updateDiskSpaceLabel()
{
// Determine torrent size
qulonglong torrentSize = 0;
qlonglong torrentSize = 0;
if (m_hasMetadata) {
if (m_contentModel) {