QWebPluginFactory::MimeType Struct Reference

QWebPluginFactory::MimeType Struct Reference

#include <qwebpluginfactory.h>

Class Description

Definition at line 37 of file qwebpluginfactory.h.

Public Member Functions

bool operator== (const MimeType &other) const
 
bool operator!= (const MimeType &other) const
 

Public Attributes

QString name
 
QString description
 
QStringList fileExtensions
 

Member Function Documentation

bool operator== ( const MimeType other) const
bool operator!= ( const MimeType other) const
inline

Definition at line 42 of file qwebpluginfactory.h.

42 { return !operator==(other); }
bool operator==(const MimeType &other) const

Member Data Documentation

Definition at line 38 of file qwebpluginfactory.h.

QString description

Definition at line 39 of file qwebpluginfactory.h.

QStringList fileExtensions

Definition at line 40 of file qwebpluginfactory.h.


The documentation for this struct was generated from the following file: