Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
stratoshark_profile_dialog.h
Go to the documentation of this file.
1
9
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 {
18class StratosharkProfileDialog;
19}
20
25{
26 Q_OBJECT
27
28public:
33 explicit StratosharkProfileDialog(QWidget *parent = 0);
34
37};
38
39#endif // STRATOSHARK_PROFILE_DIALOG_H
ProfileDialog(QWidget *parent=Q_NULLPTR)
Constructs a ProfileDialog.
Definition profile_dialog.cpp:48
StratosharkProfileDialog(QWidget *parent=0)
Constructs the dialog and initialises Stratoshark-specific profile UI.
Definition stratoshark_profile_dialog.cpp:12
virtual ~StratosharkProfileDialog()
Destroys the dialog.
Definition stratoshark_profile_dialog.cpp:18