##// END OF EJS Templates
- added hasOwner method to manage ownership more nicely...
- added hasOwner method to manage ownership more nicely - added force flag to make delete() work - added check for hasOwner git-svn-id: svn://svn.code.sf.net/p/pythonqt/code/trunk@51 ea8d5007-eb21-0410-b261-ccb3ea6e24a9

File last commit:

r13:d46b01f7163a
r15:ae998290bf19
Show More
com_trolltech_qt_webkit.pri
18 lines | 805 B | text/plain | TextLexer
HEADERS += \
$$PWD/PythonQtWrapper_QWebFrame.h \
$$PWD/PythonQtWrapper_QWebHistoryInterface.h \
$$PWD/PythonQtWrapper_QWebHitTestResult.h \
$$PWD/PythonQtWrapper_QWebPage.h \
$$PWD/PythonQtWrapper_QWebPluginFactory.h \
$$PWD/PythonQtWrapper_QWebSettings.h \
$$PWD/PythonQtWrapper_QWebView.h \
SOURCES += \
$$PWD/PythonQtWrapper_QWebFrame.cpp \
$$PWD/PythonQtWrapper_QWebHistoryInterface.cpp \
$$PWD/PythonQtWrapper_QWebHitTestResult.cpp \
$$PWD/PythonQtWrapper_QWebPage.cpp \
$$PWD/PythonQtWrapper_QWebPluginFactory.cpp \
$$PWD/PythonQtWrapper_QWebSettings.cpp \
$$PWD/PythonQtWrapper_QWebView.cpp \
$$PWD/com_trolltech_qt_webkit_init.cpp