QTfrontend/ui/widget/frameTeam.h
changeset 13230 d5a029299407
parent 11046 47a8c19ecb60
child 14943 d01460ae866c
--- 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