Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
stratoshark_about_dialog.h
Go to the documentation of this file.
1
10#ifndef STRATOSHARK_ABOUT_DIALOG_H
11#define STRATOSHARK_ABOUT_DIALOG_H
12
13#include "config.h"
14
15#include "about_dialog.h"
16
22{
23 Q_OBJECT
24
25public:
30 explicit StratosharkAboutDialog(QWidget *parent = 0);
31
36};
37
38#endif // STRATOSHARK_ABOUT_DIALOG_H
The About Wireshark dialog.
Definition about_dialog.h:102
Stratoshark-specific About dialog, extending the shared AboutDialog with Stratoshark branding and ver...
Definition stratoshark_about_dialog.h:22
virtual ~StratosharkAboutDialog()
Destroys the dialog.
Definition stratoshark_about_dialog.h:35