Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Simsys/qhexedit2
/ ParsedOptions
Class
ParsedOptions
example/main.cpp:12–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
#include
"mainwindow.h"
11
12
struct ParsedOptions
13
{
14
bool hasFile = false;
15
QString file =
""
;
16
};
17
18
struct CommandLineParseResult {
19
enum class Status {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected