Wireshark  4.3.0
The Wireshark network protocol analyzer
rowmove_tree_view.h
Go to the documentation of this file.
1 
15 #ifndef ROWMOVE_TREE_VIEW_H
16 #define ROWMOVE_TREE_VIEW_H
17 
18 #include <config.h>
20 
26 {
27  Q_OBJECT
28 
29 public:
30  RowMoveTreeView(QWidget *parent = nullptr);
31 
32 protected:
33  void dropEvent(QDropEvent *event) override;
34 };
35 #endif // ROWMOVE_TREE_VIEW_H
Definition: rowmove_tree_view.h:26
Definition: tabnav_tree_view.h:25