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:
parent
4990eed417
commit
9a03f197ca
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user