Wireshark 4.5.0
The Wireshark network protocol analyzer
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
stratoshark_application.h
Go to the documentation of this file.
1
10#pragma once
11
12#include <main_application.h>
13
15{
16public:
17 explicit StratosharkApplication(int &argc, char **argv);
19
20private:
21 void initializeIcons() override;
22};
23
24extern StratosharkApplication *ssApp;
Definition main_application.h:51
Definition stratoshark_application.h:15