~ps-jenkins/qtubuntu/latestsnapshot-0.51daily13.05.30ubuntu.unity.next-0ubuntu1

« back to all changes in this revision

Viewing changes to src/platforms/ubuntu/screen.h

  • Committer: Tarmac
  • Author(s): Ricardo Mendoza
  • Date: 2013-05-30 02:55:48 UTC
  • mfrom: (130.1.6 refactor)
  • Revision ID: tarmac-20130530025548-zb39thfv09xzcd5m
* Migrate QtUbuntu to make use of the new platform API definitions.

Approved by PS Jenkins bot, Ricardo Salveti.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
#define QUBUNTUSCREEN_H
18
18
 
19
19
#include "base/screen.h"
 
20
#include <ubuntu/application/ui/options.h>
20
21
 
21
22
#include <QObject>
22
23
 
25
26
class QUbuntuScreen : public QObject, public QUbuntuBaseScreen {
26
27
  Q_OBJECT
27
28
 public:
28
 
  QUbuntuScreen();
 
29
  QUbuntuScreen(UApplicationOptions *options);
29
30
  ~QUbuntuScreen();
30
31
 
31
32
  // QPlatformScreen methods.