Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
stratoshark_welcome_page.h
Go to the documentation of this file.
1
10#ifndef STRATOSHARK_WELCOME_PAGE_H
11#define STRATOSHARK_WELCOME_PAGE_H
12
13#include <QFrame>
14
15
16#include "welcome_page.h"
17
18namespace Ui {
20}
21
23{
24 Q_OBJECT
25public:
26 explicit StratosharkWelcomePage(QWidget *parent = 0);
28
29protected:
30 virtual QString getReleaseLabel() override;
31 virtual QString getReleaseLabelGlue() override;
32};
33
34#endif // STRATOSHARK_WELCOME_PAGE_H
Definition stratoshark_welcome_page.h:23
Definition welcome_page.h:27