mirror of
https://github.com/OpenFOAM/ThirdParty-6.git
synced 2025-12-08 06:57:43 +00:00
11 lines
194 B
C++
11 lines
194 B
C++
#include "ParaViewDocumentationInitializer.h"
|
|
|
|
#include "vtkPVConfig.h"
|
|
#include <QObject>
|
|
#include <QtPlugin>
|
|
|
|
void PARAVIEW_DOCUMENTATION_INIT()
|
|
{
|
|
Q_INIT_RESOURCE(paraview_documentation);
|
|
}
|