Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
stratoshark_profile_dialog.h
Go to the documentation of this file.
1
10#ifndef STRATOSHARK_PROFILE_DIALOG_H
11#define STRATOSHARK_PROFILE_DIALOG_H
12
13#include <config.h>
14
15#include "profile_dialog.h"
16
17namespace Ui {
19}
20
22{
23 Q_OBJECT
24
25public:
26 explicit StratosharkProfileDialog(QWidget *parent = 0);
28};
29
30#endif // STRATOSHARK_PROFILE_DIALOG_H
Definition profile_dialog.h:28
Definition stratoshark_profile_dialog.h:22