~gerboland/qtmir/multimonitor-spike

« back to all changes in this revision

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

  • Committer: Gerry Boland
  • Date: 2015-07-27 11:37:47 UTC
  • Revision ID: gerry.boland@canonical.com-20150727113747-e8mlozytwxn39ra4
Remove useless debug prints from ScreenWindow, and use category logging elsewhere

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
    Q_OBJECT
31
31
public:
32
32
    explicit ScreenWindow(QWindow *window);
33
 
    virtual ~ScreenWindow();
 
33
    virtual ~ScreenWindow() = default;
34
34
 
35
35
    WId winId() const override { return m_winId; }
36
36