added Doxygen
This commit is contained in:
@@ -5,12 +5,31 @@
|
||||
#include <QPixmap>
|
||||
|
||||
|
||||
/*!
|
||||
\brief
|
||||
|
||||
\class cMovieImage cmovieimage.h "cmovieimage.h"
|
||||
*/
|
||||
class cMovieImage
|
||||
{
|
||||
public:
|
||||
cMovieImage();
|
||||
/*!
|
||||
\brief
|
||||
|
||||
\fn getImage
|
||||
\param szFileName
|
||||
\return QPixmap
|
||||
*/
|
||||
QPixmap getImage(const QString& szFileName);
|
||||
private:
|
||||
/*!
|
||||
\brief
|
||||
|
||||
\fn downloadFile
|
||||
\param szFileName
|
||||
\return QPixmap
|
||||
*/
|
||||
QPixmap downloadFile(const QString& szFileName);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user