Skip to content

Commit

Permalink
Webpage Download only with QWebEngine
Browse files Browse the repository at this point in the history
.. fixes CI build error when NOWEBKIT isn't defined
  • Loading branch information
liversedge committed Jan 22, 2017
1 parent 74a9939 commit 85a5825
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Train/WebPageWindow.h
Original file line number Diff line number Diff line change
Expand Up @@ -97,10 +97,10 @@ class WebPageWindow : public GcChartWindow
void userUrl();
void forceReplot();
void configChanged(qint32);
void downloadProgress(qint64, qint64);
void downloadFinished();

#ifdef NOWEBKIT
void downloadProgress(qint64, qint64);
void downloadFinished();
void downloadRequested(QWebEngineDownloadItem*);
void linkHovered(QString);
#else
Expand Down

0 comments on commit 85a5825

Please sign in to comment.