~ubuntu-branches/ubuntu/trusty/manaplus/trusty

« back to all changes in this revision

Viewing changes to src/gui/popups/itempopup.cpp

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2013-11-18 15:19:44 UTC
  • mfrom: (1.1.14)
  • Revision ID: package-import@ubuntu.com-20131118151944-iyd93ut2rmxzp8gg
Tags: 1.3.11.10-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
#include "gui/popups/itempopup.h"
25
25
 
26
 
#include "client.h"
27
26
#include "configuration.h"
28
27
#include "item.h"
29
28
#include "units.h"
43
42
 
44
43
#include "debug.h"
45
44
 
 
45
extern int serverVersion;
 
46
 
46
47
ItemPopup::ItemPopup() :
47
48
    Popup("ItemPopup", "itempopup.xml"),
48
49
    mItemName(new Label(this)),