mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +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/>.
|
||||
* ============================================================ */
|
||||
|
||||
// Make "signals:", "slots:" visible as access specifiers
|
||||
#define QT_ANNOTATE_ACCESS_SPECIFIER(a) __attribute__((annotate(#a)))
|
||||
|
||||
// PYSIDE-711
|
||||
#include <QHstsPolicy>
|
||||
#include <QWebEngineContextMenuData>
|
||||
|
|
Loading…
Reference in New Issue
Block a user