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

« back to all changes in this revision

Viewing changes to examples/ThumbNailer/MainWindow.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:
48
48
    ~MainWindow();
49
49
 
50
50
protected:
51
 
    void closeEvent(QCloseEvent*);
 
51
    void closeEvent(QCloseEvent*) Q_DECL_OVERRIDE;
52
52
 
53
53
public Q_SLOTS:
54
54
    void slotProgress(int step, int total);