Miam-Player  0.8.0
A nice music player
plugininfo.h File Reference
#include <QDataStream>
#include <QObject>
#include "miamcore_global.h"

Go to the source code of this file.

Classes

class  PluginInfo
 The PluginInfo class is a Data Access Object. More...
 

Functions

QDataStream & operator<< (QDataStream &out, const PluginInfo &p)
 
QDataStream & operator>> (QDataStream &in, PluginInfo &p)
 

Function Documentation

◆ operator<<()

QDataStream& operator<< ( QDataStream &  out,
const PluginInfo p 
)
inline

Overloaded to be able to use with QVariant.

◆ operator>>()

QDataStream& operator>> ( QDataStream &  in,
PluginInfo p 
)
inline

Overloaded to be able to use with QVariant.