|
@@ -66,6 +66,11 @@ void ServerStatusWidget::enterEvent(QEvent *event)
|
|
emit showServersTooltip(server_status_tooltip_);
|
|
emit showServersTooltip(server_status_tooltip_);
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+void ServerStatusWidget::updateServerStatus()
|
|
|
|
+{
|
|
|
|
+ status_downloader.start();
|
|
|
|
+}
|
|
|
|
+
|
|
void ServerStatusWidget::updateStatus()
|
|
void ServerStatusWidget::updateStatus()
|
|
{
|
|
{
|
|
if (QString(status_data).contains("profilaktika")) {
|
|
if (QString(status_data).contains("profilaktika")) {
|