Add network status text to the status bar

This commit is contained in:
James Rowe 2018-03-30 09:51:42 -06:00
parent 871196bc10
commit ddbbab8fd6
2 changed files with 15 additions and 11 deletions

View file

@ -211,7 +211,8 @@ private:
QLabel* emu_speed_label = nullptr;
QLabel* game_fps_label = nullptr;
QLabel* emu_frametime_label = nullptr;
ClickableLabel* network_status = nullptr;
ClickableLabel* network_status_icon = nullptr;
ClickableLabel* network_status_text = nullptr;
QTimer status_bar_update_timer;
std::unique_ptr<Config> config;