X-Git-Url: https://git.johniez.cz/?p=aspt.git;a=blobdiff_plain;f=playerdetail.h;fp=playerdetail.h;h=9a62ba27a83b82a61ce1544fbed32c10d08434d8;hp=9d1663edd3621e26c16b1c6312c679063ab70370;hb=d5bb30030db3f96b903382a8f862c76d73fdc2b2;hpb=b935a223648e5014d780856903a1b421c7e84398 diff --git a/playerdetail.h b/playerdetail.h index 9d1663e..9a62ba2 100755 --- a/playerdetail.h +++ b/playerdetail.h @@ -13,6 +13,7 @@ http://creativecommons.org/licenses/by-nc-nd/2.5/legalcode #include #include +/// Struct with information parsed for each player. struct Player { QString id; QString fname; @@ -34,6 +35,7 @@ struct Player { extern Player pls[]; extern int playerCnt; +/// Player detail widget. class PlayerDetail: public QWidget { Q_OBJECT QVBoxLayout *mainLayout;