Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
stratoshark_main_status_bar.h
Go to the documentation of this file.
1
10#ifndef STRATOSHARK_MAIN_STATUS_BAR_H
11#define STRATOSHARK_MAIN_STATUS_BAR_H
12
13#include "config.h"
15
17{
18 Q_OBJECT
19public:
20 explicit StratosharkMainStatusBar(QWidget *parent = 0);
22
23protected:
24 void showCaptureStatistics() override;
25
26};
27
28#endif // STRATOSHARK_MAIN_STATUS_BAR_H
Definition main_status_bar.h:33
Definition stratoshark_main_status_bar.h:17