Skip to content
This repository has been archived by the owner on Jan 2, 2023. It is now read-only.

Commit

Permalink
Add wkhtmltopdf definition to qwebframe.h
Browse files Browse the repository at this point in the history
Define __EXTENSIVE_WKHTMLTOPDF_QT_HACK__ in qwebframe.h
so that wkhtmltopdf can check for it
  • Loading branch information
antialize authored and ashkulz committed Jan 17, 2014
1 parent 2370794 commit d123a48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/3rdparty/webkit/Source/WebKit/qt/Api/qwebframe.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
#ifndef QWEBFRAME_H
#define QWEBFRAME_H

#define __EXTENSIVE_WKHTMLTOPDF_QT_HACK__

#include <QtCore/qobject.h>
#include <QtCore/qurl.h>
#include <QtCore/qvariant.h>
Expand Down

0 comments on commit d123a48

Please sign in to comment.