~ci-train-bot/qtubuntu/qtubuntu-ubuntu-xenial-landing-005

« back to all changes in this revision

Viewing changes to src/ubuntumirclient/window.h

  • Committer: CI Train Bot
  • Author(s): Lukáš Tinkl
  • Date: 2015-10-21 11:47:43 UTC
  • mfrom: (280.1.6 liveCaption)
  • Revision ID: ci-train-bot@canonical.com-20151021114743-zr317yoe5ocbb5sl
Override QPlatformWindow::setWindowTitle() and update the caption accordingly Fixes: #1497092
Approved by: PS Jenkins bot, Daniel d'Andrada

Show diffs side-by-side

added added

removed removed

Lines of Context:
40
40
    void setGeometry(const QRect&) override;
41
41
    void setWindowState(Qt::WindowState state) override;
42
42
    void setVisible(bool visible) override;
 
43
    void setWindowTitle(const QString &title) override;
43
44
 
44
45
    // New methods.
45
46
    void* eglSurface() const;