mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-02-02 01:44:26 +00:00
- Fixed log in Qt 4.2
This commit is contained in:
parent
80d090cd1f
commit
9aaa2e9c60
@ -273,7 +273,7 @@ void GUI::setInfoBar(const QString& info, const QString& color){
|
||||
infoBar->clear();
|
||||
nbLines = 1;
|
||||
}
|
||||
infoBar->append("<font color='grey'>"+ QTime::currentTime().toString("hh:mm:ss") + "</font> - <font color='" + color +"'><i>" + info + "</i></font><br>");
|
||||
infoBar->append("<font color='grey'>"+ QTime::currentTime().toString("hh:mm:ss") + "</font> - <font color='" + color +"'><i>" + info + "</i></font>");
|
||||
}
|
||||
|
||||
// Buggy with Qt 4.1.2 : should try with another version
|
||||
|
Loading…
x
Reference in New Issue
Block a user