QTfrontend/ui/widget/hedgehogerWidget.h
changeset 7006 6af78154dc62
parent 6968 23722ba0f89a
child 9080 9b42757d7e71
--- a/QTfrontend/ui/widget/hedgehogerWidget.h	Sun Apr 01 15:23:34 2012 +0200
+++ b/QTfrontend/ui/widget/hedgehogerWidget.h	Wed May 02 23:53:45 2012 +0200
@@ -1,7 +1,7 @@
 /*
  * Hedgewars, a free turn based strategy game
  * Copyright (c) 2006-2007 Ulyanov Igor <iulyanov@gmail.com>
- * Copyright (c) 2007-2012 Andrey Korotaev <unC0Rr@gmail.com>
+ * Copyright (c) 2004-2012 Andrey Korotaev <unC0Rr@gmail.com>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -42,6 +42,8 @@
         virtual void incItems();
         virtual void decItems();
 
+        virtual void paintEvent(QPaintEvent* event);
+
     private:
         CHedgehogerWidget();
         FrameTeams* pOurFrameTeams;