00001 #ifndef HELP_H 00002 #define HELP_H 00003 00004 #include <QHelpEngine> 00005 #include <QVariantList> 00006 00007 class Help 00008 { 00009 public: 00010 Help(QObject *parent, const QVariantList &args = QVariantList()); 00011 ~Help(); 00012 00013 QHelpEngine m_engine; 00014 }; 00015 00016 #endif // Help_H
1.5.9