diff options
| author | Crystalwarrior <varsash@gmail.com> | 2019-09-18 20:02:51 +0300 |
|---|---|---|
| committer | Crystalwarrior <varsash@gmail.com> | 2019-09-18 20:02:51 +0300 |
| commit | a175a1884cd057cb01e53b66f56491f9ae0e80d5 (patch) | |
| tree | 7180711e296695ee03d79a93eb6e18943985a5ca /include | |
| parent | cda7d430b3fa988258819012a5a96249aa553f1e (diff) | |
Concurrent evidence updating!
Similar to the way Google Docs work, the evidence will be updated immediately as you make any changes to it.
Diffstat (limited to 'include')
| -rw-r--r-- | include/courtroom.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/courtroom.h b/include/courtroom.h index 97f695c9..d02c756d 100644 --- a/include/courtroom.h +++ b/include/courtroom.h @@ -691,10 +691,12 @@ private slots: void on_showname_enable_clicked(); + void on_evidence_name_double_clicked(); void on_evidence_button_clicked(); void on_evidence_delete_clicked(); void on_evidence_x_clicked(); + void on_evidence_description_edited(); void on_back_to_lobby_clicked(); |
