~robertcarr/qtubuntu/mirserver

« back to all changes in this revision

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

  • Committer: Robert Carr
  • Date: 2013-04-28 03:20:56 UTC
  • Revision ID: robert.carr@canonical.com-20130428032056-vz8c6j0qrxn4s9iq
Cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
 
30
30
  // QPlatformWindow methods.
31
31
  void setGeometry(const QRect&);
32
 
  Qt::WindowState setWindowState(Qt::WindowState state);
 
32
  void setWindowState(Qt::WindowState state);
33
33
  void setVisible(bool visible);
34
34
 
35
35
  QUbuntuInput* input_;