diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-06-20 12:18:10 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-06-20 12:18:10 +0300 |
commit | 811b0152c0e3911a58c357ec84fac9f84dbe911a (patch) | |
tree | 6658623c25525417918503d8b69c9ebd29bebadd /src/gui/beingpopup.cpp | |
parent | 91f1d79f268b657c834c8df2c24368fc6067df81 (diff) | |
download | plus-811b0152c0e3911a58c357ec84fac9f84dbe911a.tar.gz plus-811b0152c0e3911a58c357ec84fac9f84dbe911a.tar.bz2 plus-811b0152c0e3911a58c357ec84fac9f84dbe911a.tar.xz plus-811b0152c0e3911a58c357ec84fac9f84dbe911a.zip |
Add more profiler labels.
Diffstat (limited to 'src/gui/beingpopup.cpp')
-rw-r--r-- | src/gui/beingpopup.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/gui/beingpopup.cpp b/src/gui/beingpopup.cpp index ac35f5a57..e5fda9ecf 100644 --- a/src/gui/beingpopup.cpp +++ b/src/gui/beingpopup.cpp @@ -202,3 +202,10 @@ void BeingPopup::show(const int x, const int y, Being *const b) position(x, y); return; } + +#ifdef USE_PROFILER +void BeingPopup::logic() +{ + logicChildren(); +} +#endif |