~mir-team/qtmir/trunk

« back to all changes in this revision

Viewing changes to README

  • Committer: Bileto Bot
  • Author(s): Albert Astals Cid, Gerry Boland
  • Date: 2017-03-20 21:15:13 UTC
  • mfrom: (606.4.12 make_sure_surface_not_null)
  • Revision ID: ci-train-bot@canonical.com-20170320211513-z7v3z0ldes3gtcc0
Check for find() result not being null before using it

We do it in onWindowReady, onWindowMoved, onWindowFocusChanged, etc so no reason to not do it in onWindowRemoved

Approved by: Lukáš Tinkl, Unity8 CI Bot

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
To avoid building the tests (to speed up the build):
18
18
$ cmake -DNO_TESTS=true
19
19
 
 
20
To enable logging of Qt's OpenGL debug messages:
 
21
$ cmake -DQGL_DEBUG=true
 
22
 
20
23
To test the server, enter the demos directory, and run (NB: server should be run as root):
21
24
 
22
25
$ sudo su