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

« back to all changes in this revision

Viewing changes to src/gui/debugwindow.h

  • Committer: Package Import Robot
  • Author(s): Patrick Matthäi
  • Date: 2013-07-11 10:09:41 UTC
  • mfrom: (1.1.5)
  • Revision ID: package-import@ubuntu.com-20130711100941-f0rwuvcwgl8ulqo8
Tags: 1.3.7.7.1-1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
153
153
 
154
154
        void widgetResized(const gcn::Event &event) override;
155
155
 
 
156
#ifdef USE_PROFILER
 
157
        void logicChildren();
 
158
#endif
 
159
 
156
160
    private:
157
161
        TabbedArea *mTabs;
158
162
        MapDebugTab *mMapWidget;