--- a/QTfrontend/ui/widget/frameTeam.h Fri Mar 16 19:05:11 2018 +0100
+++ b/QTfrontend/ui/widget/frameTeam.h Fri Mar 16 19:25:51 2018 +0100
@@ -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<HWTeam, QWidget*> tmapTeamToWidget;
tmapTeamToWidget teamToWidget;
bool nonInteractive;
+
+ bool hasDecoFrame;
+ void updateDecoFrame();
};
#endif // _FRAME_TAM_INCLUDED