diff options
author | Christoph Willing <chris.willing@iinet.net.au> | 2016-08-15 10:55:04 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-20 07:51:25 +0700 |
commit | d249509fe97be3988358cf9d5880be51c7e9608c (patch) | |
tree | 10d111264b3e703f48bfb2bd59d23265d88fd1e4 /graphics/paraview/030_pythonqt-getWidget.diff | |
parent | 5546d36a934ec89816d0ca3fc45da00f77c26a40 (diff) |
graphics/paraview: Enable optional PythonQt embedding support
Signed-off-by: Christoph Willing <chris.willing@iinet.net.au>
Diffstat (limited to 'graphics/paraview/030_pythonqt-getWidget.diff')
-rw-r--r-- | graphics/paraview/030_pythonqt-getWidget.diff | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/paraview/030_pythonqt-getWidget.diff b/graphics/paraview/030_pythonqt-getWidget.diff new file mode 100644 index 0000000000000..9e31b1903d892 --- /dev/null +++ b/graphics/paraview/030_pythonqt-getWidget.diff @@ -0,0 +1,11 @@ +--- Plugins/PythonQtPlugin/wrapped_methods.txt.orig 2016-07-27 12:54:37.000000000 +1000 ++++ Plugins/PythonQtPlugin/wrapped_methods.txt 2016-08-10 13:29:43.934593466 +1000 +@@ -19,7 +19,7 @@ + + pqServerManagerModel* pqApplicationCore::getServerManagerModel() const + +-QWidget* pqRenderViewBase::getWidget() ++QWidget* pqRenderViewBase::widget() + + void pqRenderView::resetCamera() + |