diff options
author | Tor Lillqvist <tml@collabora.com> | 2014-02-03 11:56:07 +0100 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2014-02-03 11:56:07 +0100 |
commit | dd6bb0aba7c3dbe5d7d337cbcca2fd343e04402f (patch) | |
tree | 8b83705c4494516d3e972f76e56bdadaf03be23d /vcl | |
parent | 5fc9a33b9a684eff92bdf1bad705dbc5986098ce (diff) |
Add comment
Change-Id: I2e5633040d40620b3d0f01c584eb1f9790acb22d
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/osx/salobj.cxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vcl/osx/salobj.cxx b/vcl/osx/salobj.cxx index 16a56b5261ca..b0633c355f3e 100644 --- a/vcl/osx/salobj.cxx +++ b/vcl/osx/salobj.cxx @@ -73,6 +73,12 @@ AquaSalObject::~AquaSalObject() } } +// Please note that the talk about QTMovieView below presumably refers +// to stuff in the QuickTime avmedia thingie, and that QuickTime is +// deprecated, not available for 64-bit code, and won't thus be used +// in a "modern" build of LO anyway. So the relevance of the comment +// is unclear. + /* sadly there seems to be no way to impose clipping on a child view, especially a QTMovieView which seems to ignore the current context |