~nomacs/nomacs/daily

« back to all changes in this revision

Viewing changes to plugins/OcrPlugin/src/QDownloadButton.h

  • Committer: Stefan Fiel
  • Date: 2018-07-09 02:35:14 UTC
  • Revision ID: stefan@nomacs.org-20180709023514-zb5rk3qfgw9tjq0r
automated commit - for real history see github git

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
#include <QtWidgets/qprogressbar.h>
6
6
#include <QtNetwork/QNetworkReply>
7
7
#include <QFile>
 
8
#include <QTime>
8
9
 
9
10
class QFile;
10
11