mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-02-02 09:55:55 +00:00
Another Qt 4.6 fix
This commit is contained in:
parent
ce0ddbe517
commit
bd292076e3
@ -1950,8 +1950,9 @@ void Bittorrent::addConsoleMessage(QString msg, QString) {
|
|||||||
if(appendqBExtension) {
|
if(appendqBExtension) {
|
||||||
QString name = misc::toQString(h.get_torrent_info().file_at(p->index).path.string());
|
QString name = misc::toQString(h.get_torrent_info().file_at(p->index).path.string());
|
||||||
if(name.endsWith(".!qB")) {
|
if(name.endsWith(".!qB")) {
|
||||||
|
const QString old_name = name;
|
||||||
name.chop(4);
|
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);
|
h.rename_file(p->index, name);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user