Kaydet (Commit) 8b4b1d50 authored tarafından David Tardon's avatar David Tardon

use VclPtr<>::Create

Change-Id: I4b3abbd390e7b6cb449ccd7f0fb956266fd0b5c8
üst 863e5685
...@@ -528,7 +528,7 @@ BubbleWindow * UpdateCheckUI::GetBubbleWindow() ...@@ -528,7 +528,7 @@ BubbleWindow * UpdateCheckUI::GetBubbleWindow()
BubbleWindow* pBubbleWin = mpBubbleWin; BubbleWindow* pBubbleWin = mpBubbleWin;
if ( !pBubbleWin ) { if ( !pBubbleWin ) {
pBubbleWin = new BubbleWindow( mpIconSysWin, maBubbleTitle, pBubbleWin = VclPtr<BubbleWindow>::Create( mpIconSysWin, maBubbleTitle,
maBubbleText, maBubbleImage ); maBubbleText, maBubbleImage );
mbBubbleChanged = false; mbBubbleChanged = false;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment