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

« back to all changes in this revision

Viewing changes to src/gui/botcheckerwindow.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:
75
75
 
76
76
        void optionChanged(const std::string &name) override;
77
77
 
 
78
#ifdef USE_PROFILER
 
79
        void logicChildren();
 
80
#endif
 
81
 
78
82
    private:
79
83
        UsersTableModel *mTableModel;
80
84
        GuiTable *mTable;