Compare commits

..

2 Commits
2.11 ... 2.11.1

3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
Name: rsyncui Name: rsyncui
Summary: Client for rsync server Summary: Client for rsync server
Version: 2.11 Version: 2.11.1
Release: %mkrel 1 Release: %mkrel 1
License: GPLv3 License: GPLv3
Group: Networking/Remote access Group: Networking/Remote access

View File

@ -712,7 +712,7 @@ void MainWindow::addTreeItem(QString name, QString fileSize, QString fullsize, Q
// item is a file // item is a file
if (QFile::exists(this->downloading.savePath + "/" + name)) if (QFile::exists(this->downloading.savePath + "/" + name))
{ {
QBrush b (Qt::red); QBrush b (Qt::green);
treeItem->setForeground(0, b); treeItem->setForeground(0, b);
treeItem->setFont(0, *font); treeItem->setFont(0, *font);
}else }else

View File

@ -88,7 +88,7 @@ class Downloading
class About class About
{ {
public: public:
QString version = "2.11"; QString version = "2.11.1";
QString author = "Daniel TARTAVEL-JEANNOT"; QString author = "Daniel TARTAVEL-JEANNOT";
QString licence = "GPL_V3"; QString licence = "GPL_V3";
QString description; QString description;