MCPcopy Create free account
hub / github.com/dail8859/NotepadNext / NotepadNextApplication

Method NotepadNextApplication

src/NotepadNextApplication.cpp:72–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70}
71
72NotepadNextApplication::NotepadNextApplication(int &argc, char **argv)
73 : SingleApplication(argc, argv, true, opts)
74{
75#ifdef Q_OS_WIN
76 // Create a system-wide mutex so the installer can detect if it is running
77 CreateMutex(NULL, false, L"NotepadNextMutex");
78#endif
79 parseCommandLine(parser, arguments());
80
81 DebugManager::manageDebugOutput();
82 DebugManager::pauseDebugOutput();
83}
84
85bool NotepadNextApplication::init()
86{

Callers

nothing calls this directly

Calls 1

parseCommandLineFunction · 0.85

Tested by

no test coverage detected