diff options
Diffstat (limited to 'include/courtroom.h')
| -rw-r--r-- | include/courtroom.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/courtroom.h b/include/courtroom.h index 9766c7bf..21191e58 100644 --- a/include/courtroom.h +++ b/include/courtroom.h @@ -307,6 +307,7 @@ public: void pause_clock(int id); void stop_clock(int id); void set_clock_visibility(int id, bool visible); + void skip_clocks(qint64 msecs); qint64 pong(); // Truncates text so it fits within theme-specified boundaries and sets the tooltip to the full string |
