~ubuntu-branches/ubuntu/wily/threadweaver/wily

« back to all changes in this revision

Viewing changes to examples/HelloInternet/MainWidget.h

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2015-03-17 15:39:57 UTC
  • mfrom: (1.1.8)
  • Revision ID: package-import@ubuntu.com-20150317153957-zy9l2brz2ztjndfu
Tags: 5.8.0-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
    ~MainWidget();
15
15
 
16
16
protected:
17
 
    void resizeEvent(QResizeEvent *);
 
17
    void resizeEvent(QResizeEvent *) Q_DECL_OVERRIDE;
18
18
 
19
19
public Q_SLOTS:
20
20
    void setImage(QImage image);