X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=client%2Fmainwindow.h;fp=client%2Fmainwindow.h;h=e215da5a70553dafbef34b77a999e1a5ce43817a;hb=45c38ca40bb25cbe64b23b7f5bd7fd293ea407f9;hp=968ef4daabbc41d0a1cebe9018fb516c741c5c37;hpb=342bae451d406b44d8fb47ceca5213f308d5e797;p=ultimatescore diff --git a/client/mainwindow.h b/client/mainwindow.h index 968ef4d..e215da5 100644 --- a/client/mainwindow.h +++ b/client/mainwindow.h @@ -27,6 +27,7 @@ private: void ws_disconnect_clicked(); void set_initials_clicked(); void set_match_2_initials_clicked(); + void set_match_3_initials_clicked(); void set_color_clicked(); void set_score_clicked(); void set_all_scorebug_clicked(); @@ -39,6 +40,8 @@ private: void hide_clock_clicked(); void show_match_2_clicked(); void hide_match_2_clicked(); + void show_match_3_clicked(); + void hide_match_3_clicked(); void set_comment_clicked(); void set_and_show_comment_clicked(); void hide_comment_clicked(); @@ -63,6 +66,7 @@ private: std::thread udp_thread; std::thread udp_thread2; + std::thread udp_thread3; }; #endif // MAINWINDOW_H