Huggle
build:^490^dce1e5c
|
Removed item that was in the process list. More...
#include <processlist.hpp>
Public Member Functions | |
ProcessListRemovedItem (int ID) | |
bool | Expired () |
int | GetID () |
Private Attributes | |
int | id |
QDateTime | time |
Removed item that was in the process list.
When you remove an item it should stay in list for some time so that user can notice it finished and that's why we store it to separate object and for that we have this class ;)
Definition at line 35 of file processlist.hpp.