index
:
pcap-editor.git
A KISS Qt6 (Widget) based interactive PCAP editor.
log msg
author
committer
range
main
summary
refs
log
tree
commit
diff
path:
root
/
mainwindow.h
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'mainwindow.h')
-rw-r--r--
mainwindow.h
4
1 files changed, 4 insertions, 0 deletions
diff --git a/mainwindow.h b/mainwindow.h
index bd51110..3e0a4a1 100644
--- a/
mainwindow.h
+++ b/
mainwindow.h
@@ -50,6 +50,10 @@ private:
int y;
} mouse;
+ struct {
+ bool backspace;
+ } keyboard;
+
Ui::MainWindow *ui = nullptr;
QString statusbarMessage;
PcapPlusPlus *ppp = nullptr;