Wireshark 4.5.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
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
29public:
30 RowMoveTreeView(QWidget *parent = nullptr);
31
32protected:
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