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
18{
19 Q_OBJECT
20
21public:
22 explicit StratosharkAboutDialog(QWidget *parent = 0);
23 virtual ~StratosharkAboutDialog() {}
24
25protected:
26 virtual const char* getVCSVersion() override;
27};
28
29#endif // STRATOSHARK_ABOUT_DIALOG_H
Definition about_dialog.h:79
Definition stratoshark_about_dialog.h:18