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
25{
26 Q_OBJECT
27
28public:
33 explicit StratosharkProfileDialog(QWidget *parent = 0);
34
37};
38
39#endif // STRATOSHARK_PROFILE_DIALOG_H
Dialog for managing Wireshark configuration profiles.
Definition profile_dialog.h:31
Stratoshark-specific specialisation of the profile management dialog.
Definition stratoshark_profile_dialog.h:25
virtual ~StratosharkProfileDialog()
Destroys the dialog.
Definition stratoshark_profile_dialog.cpp:18