diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2015-04-18 20:48:34 +0100 |
---|---|---|
committer | Michael Meeks <michael.meeks@collabora.com> | 2015-04-18 21:58:58 +0100 |
commit | 354df32a6da2557ac9edc0937b0032406bc6ba15 (patch) | |
tree | f64defae98df2693b7a4feeecae2cd1f64d8c764 /vcl/README.lifecycle | |
parent | 5ea025e63751c259956ae84b8edf8d4fe33663c2 (diff) |
cui: convert new to ::Create.
Change-Id: Ifad69772a4954f14772cca9eeae913e546eff477
Diffstat (limited to 'vcl/README.lifecycle')
-rw-r--r-- | vcl/README.lifecycle | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/README.lifecycle b/vcl/README.lifecycle index 1f609172e7fc..c4ca67a19944 100644 --- a/vcl/README.lifecycle +++ b/vcl/README.lifecycle @@ -259,4 +259,3 @@ or: In simple cases, if we allocate the widget with VclPtrInstance or VclPtr<Foo>::Create - then we need to disposeAndClear it too. - |