Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
VTK
VTK
Commits
6cfd8695
Commit
6cfd8695
authored
May 25, 2010
by
François Bertel
Browse files
COMP:Shuffle around include files so that moc works correctly with VTK_USE_TDX.
parent
a05b343b
Changes
1
Hide whitespace changes
Inline
Side-by-side
GUISupport/Qt/QVTKWidget.h
View file @
6cfd8695
...
...
@@ -45,6 +45,8 @@ class vtkRenderWindow;
#include
<vtkToolkits.h>
class
vtkImageData
;
#include
"vtkTDxConfigure.h"
// defines VTK_USE_TDX
#if defined(Q_WS_MAC)
# if defined(QT_MAC_USE_COCOA) && defined(VTK_USE_COCOA)
# define QVTK_USE_COCOA
...
...
@@ -64,8 +66,6 @@ class vtkImageData;
#include
"QVTKWin32Header.h"
#include
"vtkTDxConfigure.h"
// defines VTK_USE_TDX
//! QVTKWidget displays a VTK window in a Qt window.
class
QVTK_EXPORT
QVTKWidget
:
public
QWidget
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment