1
mirror of https://invent.kde.org/network/falkon.git synced 2024-12-20 18:56:34 +01:00

PyFalkon: Fix generating bindings for signals

Regression from 1c4a8ddd6f
This commit is contained in:
David Rosca 2019-01-26 16:12:33 +01:00
parent 4990eed417
commit 9a03f197ca
No known key found for this signature in database
GPG Key ID: EBC3FC294452C6D8

View File

@ -16,6 +16,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
* ============================================================ */ * ============================================================ */
// Make "signals:", "slots:" visible as access specifiers
#define QT_ANNOTATE_ACCESS_SPECIFIER(a) __attribute__((annotate(#a)))
// PYSIDE-711 // PYSIDE-711
#include <QHstsPolicy> #include <QHstsPolicy>
#include <QWebEngineContextMenuData> #include <QWebEngineContextMenuData>