Support new pluginpreview interfaces (#130)

This commit is contained in:
Jeremy Rimpo
2024-07-11 11:27:19 +02:00
committed by GitHub
parent 6623e19754
commit e11d5ec00d
3 changed files with 18 additions and 1 deletions
@@ -3,6 +3,7 @@
#include <pybind11/pybind11.h>
#include <QByteArray>
#include <QDateTime>
#include <QDir>
#include <QFileInfo>
@@ -41,6 +42,7 @@
// the name of the PyQt6 package containing the class, and is only used for
// the python signature
PYQT_CLASS(QtCore, QByteArray);
PYQT_CLASS(QtCore, QDateTime);
PYQT_CLASS(QtCore, QDir);
PYQT_CLASS(QtCore, QFileInfo);