8 #ifndef QEVERCLOUD_PRINTABLE_H 9 #define QEVERCLOUD_PRINTABLE_H 13 #include <QTextStream> 24 virtual void print(QTextStream & strm)
const = 0;
26 virtual QString toString()
const;
29 QTextStream & strm,
const Printable & printable);
32 QDebug & dbg,
const Printable & printable);
37 #endif // QEVERCLOUD_PRINTABLE_H
Definition: Printable.h:18
#define QEVERCLOUD_EXPORT
Definition: Export.h:19
Definition: AsyncResult.h:21
QEVERCLOUD_EXPORT QTextStream & operator<<(QTextStream &out, const EDAMErrorCode value)