~nomacs/nomacs/daily

« back to all changes in this revision

Viewing changes to plugins/OcrPlugin/src/TesseractSettingsDialog.cpp

  • 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:
15
15
#include "QDownloadButton.h"
16
16
#include <QCheckBox>
17
17
#include <complex>
 
18
#include <QDebug>
18
19
 
19
20
/*namespace
20
21
{
160
161
}
161
162
 
162
163
void TesseractSettingsDialog::downloadFinished() {
 
164
 
163
165
        if (reply->error())
164
166
                qDebug() << reply->errorString();
165
167