MCPcopy Create free account
hub / github.com/cxasm/notepad-- / BatchFindReplace

Method BatchFindReplace

src/batchfindreplace.cpp:11–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9#include <QFileDialog>
10
11BatchFindReplace::BatchFindReplace(QWidget *parent)
12 : QMainWindow(parent), m_curEditWin(nullptr), m_editTabWidget(nullptr)
13{
14 ui.setupUi(this);
15
16 m_mainNotepad = dynamic_cast<CCNotePad*>(parent);
17}
18
19BatchFindReplace::~BatchFindReplace()
20{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected