~gerboland/+junk/qml-demo-shell

« back to all changes in this revision

Viewing changes to unity-mir/modules/Unity/SurfaceManager/mirsurfacemanager.h

  • Committer: gerboland
  • Date: 2013-07-16 22:52:08 UTC
  • Revision ID: gerry.boland@canonical.com-20130716225208-5k98k7vm7kx1qr7h
Refactor to make use of QML plugins

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
    Q_OBJECT
18
18
 
19
19
public:
20
 
    MirSurfaceManager(ShellServerConfiguration* server, QObject *parent = 0);
 
20
    MirSurfaceManager(QObject *parent = 0);
21
21
    ~MirSurfaceManager();
22
22
 
23
23
    MirSurface* shellSurface() const;