added user level description, fixing bug #36

This commit is contained in:
Max-Wilhelm Bruker 2010-12-06 16:13:21 +01:00
parent f2473be502
commit 21cc0ed8d6
2 changed files with 21 additions and 6 deletions

View file

@ -105,7 +105,7 @@ public:
class UserInfoBox : public QWidget {
Q_OBJECT
private:
QLabel *avatarLabel, *nameLabel, *countryLabel1, *countryLabel2, *userLevelLabel1, *userLevelLabel2;
QLabel *avatarLabel, *nameLabel, *countryLabel1, *countryLabel2, *userLevelLabel1, *userLevelLabel2, *userLevelLabel3;
private slots:
void processResponse(ProtocolResponse *response);
public: