Browse Source

Added default value to ServerStatusWidget::server_status_tooltip_

Ivan Arkhipov 4 years ago
parent
commit
1b47df21c7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Legacy/widgets/serverstatuswidget.h

+ 1 - 1
src/Legacy/widgets/serverstatuswidget.h

@@ -35,7 +35,7 @@ public slots:
     void updateTechWorksMessage();
 
 private:
-    QString server_status_tooltip_;
+    QString server_status_tooltip_ = "Информация о состоянии серверов загружается...";
     QTimer update_timer;
 
     Downloader status_downloader;