QXRD  0.11.16
qxrdpilatusplugin.cpp
Go to the documentation of this file.
1 #include "qxrdpilatusplugin.h"
2 
4 {
5 }
6 
7 QString QxrdPilatusPlugin::name() const
8 {
9  return "Pilatus Detector";
10 }
11 
12 #if (QT_VERSION >= QT_VERSION_CHECK(5, 0, 0))
13 #else
14 Q_EXPORT_PLUGIN2(qxrdpilatusplugin, QxrdPilatusPlugin)
15 #endif
16 
17 
QString name() const