#ifndef PYTHONQTWRAPPER_QFILEOPENEVENT_H #define PYTHONQTWRAPPER_QFILEOPENEVENT_H #include #include #include #include class PythonQtWrapper_QFileOpenEvent : public QObject { Q_OBJECT public: public slots: QFileOpenEvent* new_QFileOpenEvent(const QString& file); void delete_QFileOpenEvent(QFileOpenEvent* obj) { delete obj; } QString file(QFileOpenEvent* theWrappedObject) const; }; #endif // PYTHONQTWRAPPER_QFILEOPENEVENT_H