Remove some cases where resources were being loaded and parsed @ runtime

This commit is contained in:
baldurk
2017-04-27 19:47:49 +01:00
parent 13f61eaf8e
commit c2690b8211
4 changed files with 10 additions and 22 deletions
+1 -2
View File
@@ -150,8 +150,7 @@ void RemoteManager::setRemoteServerLive(RDTreeWidgetItem *node, bool live, bool
node->setText(1, text);
node->setIcon(0,
QIcon(QPixmap(QString::fromUtf8(live ? ":/connect.png" : ":/disconnect.png"))));
node->setIcon(0, live ? Icons::connect() : Icons::disconnect());
}
}