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

Method initTabNewOne

src/cceditor/ccnotepad.cpp:5900–5908  ·  view source on GitHub ↗

不管如何关闭,最终显示一个new1的新建在最上面

Source from the content-addressed store, hash-verified

5898
5899//不管如何关闭,最终显示一个new1的新建在最上面
5900void CCNotePad::initTabNewOne()
5901{
5902 if (0 == ui.editTabWidget->count())
5903 {
5904 slot_actionNewFile_toggle(true);
5905 m_saveFile->setEnabled(false);
5906 m_saveAllFile->setEnabled(false);
5907 }
5908}
5909
5910//退出所有。暂时不要了,默认alt+f4.
5911void CCNotePad::slot_quit(bool)

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected