diff -r 6e8b807bda4b -r ba39a1d396c0 QTfrontend/ui/widget/frameTeam.h --- a/QTfrontend/ui/widget/frameTeam.h Sun Jun 10 18:56:51 2018 +0200 +++ b/QTfrontend/ui/widget/frameTeam.h Sun Jun 10 19:12:26 2018 +0200 @@ -44,6 +44,7 @@ void setInteractivity(bool interactive); int getNextColor(); QSize sizeHint() const; + void setDecoFrameEnabled(bool enabled); signals: void teamColorChanged(const HWTeam&); @@ -61,6 +62,9 @@ typedef QMap tmapTeamToWidget; tmapTeamToWidget teamToWidget; bool nonInteractive; + + bool hasDecoFrame; + void updateDecoFrame(); }; #endif // _FRAME_TAM_INCLUDED