~dandrader/qtmir/multiSurfaceApp

« back to all changes in this revision

Viewing changes to src/platforms/mirserver/qmirserver_p.h

  • Committer: CI Train Bot
  • Author(s): Michał Sawicz, Albert Astals Cid
  • Date: 2015-11-19 12:55:57 UTC
  • mfrom: (381.3.9 origin/clang)
  • Revision ID: ci-train-bot@canonical.com-20151119125557-sbefmngx5npw81iz
Build with clang (tests/gmock fails and is unfixable on our side i'd say)
Approved by: Gerry Boland

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
class QMirServer;
33
33
class MirServerThread;
34
34
 
35
 
struct QMirServerPrivate
 
35
class QMirServerPrivate
36
36
{
 
37
public:
37
38
    QSharedPointer<MirServer> server;
38
39
    QSharedPointer<ScreenController> screenController;
39
40
    MirServerThread *serverThread;