Definition at line 37 of file qwebpluginfactory.h.
#include <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 |
| bool operator== | ( | const MimeType & | other | ) | const |
| bool operator!= | ( | const MimeType & | other | ) | const [inline] |
Definition at line 42 of file qwebpluginfactory.h.
{ return !operator==(other); }
Definition at line 38 of file qwebpluginfactory.h.
Definition at line 39 of file qwebpluginfactory.h.
Definition at line 40 of file qwebpluginfactory.h.