MCPcopy Create free account
hub / github.com/Simsys/qhexedit2 / MainWindow

Method MainWindow

example/mainwindow.cpp:20–25  ·  view source on GitHub ↗

/ Public methods */ /

Source from the content-addressed store, hash-verified

18/* Public methods */
19/*****************************************************************************/
20MainWindow::MainWindow()
21{
22 setAcceptDrops( true );
23 init();
24 setCurrentFile("");
25}
26
27/*****************************************************************************/
28/* Protected methods */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected