mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 23:17:21 -06:00
Another Qt 4.6 fix
This commit is contained in:
@@ -1950,8 +1950,9 @@ void Bittorrent::addConsoleMessage(QString msg, QString) {
|
||||
if(appendqBExtension) {
|
||||
QString name = misc::toQString(h.get_torrent_info().file_at(p->index).path.string());
|
||||
if(name.endsWith(".!qB")) {
|
||||
const QString old_name = name;
|
||||
name.chop(4);
|
||||
qDebug("Renaming %s to %s", qPrintable(name+".!qB"), qPrintable(name));
|
||||
qDebug("Renaming %s to %s", qPrintable(old_name), qPrintable(name));
|
||||
h.rename_file(p->index, name);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user