QTfrontend/selectWeapon.h
changeset 624 e7673b036db5
parent 612 333d095319de
child 629 fb03a39a10ff
equal deleted inserted replaced
623:ca1c1bd15915 624:e7673b036db5
    19 #ifndef _SELECT_WEAPON_INCLUDED
    19 #ifndef _SELECT_WEAPON_INCLUDED
    20 #define _SELECT_WEAPON_INCLUDED
    20 #define _SELECT_WEAPON_INCLUDED
    21 
    21 
    22 #include <QWidget>
    22 #include <QWidget>
    23 
    23 
       
    24 class QGridLayout;
       
    25 
    24 class SelWeaponWidget : public QWidget
    26 class SelWeaponWidget : public QWidget
    25 {
    27 {
    26   Q_OBJECT
    28   Q_OBJECT
    27   public:
    29   public:
    28     SelWeaponWidget(QWidget* parent=0);
    30     SelWeaponWidget(QWidget* parent=0);
       
    31 
       
    32  private:
       
    33   QGridLayout* pLayout;
    29 };
    34 };
    30 
    35 
    31 #endif // _SELECT_WEAPON_INCLUDED
    36 #endif // _SELECT_WEAPON_INCLUDED