Wireshark 4.7.3
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
stratoshark_about_dialog.h
Go to the documentation of this file.
1
9
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
AboutDialog(QWidget *parent=0)
Construct an AboutDialog.
Definition about_dialog.cpp:258
StratosharkAboutDialog(QWidget *parent=0)
Constructs the Stratoshark About dialog.
Definition stratoshark_about_dialog.cpp:17
virtual ~StratosharkAboutDialog()
Destroys the dialog.
Definition stratoshark_about_dialog.h:35