QXRD  0.11.16
qxrdareadetectorplugin.cpp
Go to the documentation of this file.
2 
4 {
5 }
6 
8 {
9  return "EPICS Area Detector Plugin";
10 }
11 
12 #if (QT_VERSION >= QT_VERSION_CHECK(5, 0, 0))
13 #else
14 Q_EXPORT_PLUGIN2(qxrdareadetectorplugin, QxrdAreaDetectorPlugin)
15 #endif