diff options
author | Andrei Karas <akaras@inbox.ru> | 2012-05-13 17:52:35 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2012-05-13 17:52:35 +0300 |
commit | 12e311bd5261078e02bffe63e125f89ae1a57209 (patch) | |
tree | 9a71f8e4ca78ea6f5eb09ccdb3bd6cd95830c884 /src/gui/whoisonline.h | |
parent | 258f968327f6e790e11e809070c5ea5dc21a299c (diff) | |
download | plus-12e311bd5261078e02bffe63e125f89ae1a57209.tar.gz plus-12e311bd5261078e02bffe63e125f89ae1a57209.tar.bz2 plus-12e311bd5261078e02bffe63e125f89ae1a57209.tar.xz plus-12e311bd5261078e02bffe63e125f89ae1a57209.zip |
Move some code from logic queue to separate calls.
It can improve perfomance in slow systems.
Diffstat (limited to 'src/gui/whoisonline.h')
-rw-r--r-- | src/gui/whoisonline.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/whoisonline.h b/src/gui/whoisonline.h index 4b5b52fe4..7b7f9c790 100644 --- a/src/gui/whoisonline.h +++ b/src/gui/whoisonline.h @@ -121,6 +121,8 @@ public: void logic(); + void slowLogic(); + void action(const gcn::ActionEvent &event); void widgetResized(const gcn::Event &event); |