Use std[::tr1]::shared_ptr instead of local RefCntr by default
This commit is contained in:
parent
143b3e92b6
commit
b71c399fe7
61 changed files with 313 additions and 288 deletions
|
@ -65,7 +65,7 @@ static PlainToRichQtSnippets g_hiliter;
|
|||
|
||||
void SnippetsW::init()
|
||||
{
|
||||
if (m_source.isNull())
|
||||
if (!m_source)
|
||||
return;
|
||||
|
||||
QPushButton *searchButton = new QPushButton(tr("Search"));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue