MCPcopy Create free account
hub / github.com/DreamSourceLab/DSView / reject

Method reject

DSView/pv/dialogs/dsdialog.cpp:104–113  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102}
103
104void DSDialog::reject()
105{
106 _clickYes = false;
107
108 if (m_callback){
109 m_callback->OnDlgResult(false);
110 }
111
112 QDialog::reject();
113}
114
115void DSDialog::setTitle(QString title)
116{

Callers 1

on_trans_pramasMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected