| 5153 | } |
| 5154 | |
| 5155 | void NetHackQtBind::qt_outrip(winid wid, int how, time_t when) |
| 5156 | { |
| 5157 | NetHackQtWindow* window=id_to_window[wid]; |
| 5158 | |
| 5159 | window->UseRIP(how, when); |
| 5160 | } |
| 5161 | |
| 5162 | bool NetHackQtBind::notify(QObject *receiver, QEvent *event) |
| 5163 | { |