>    PendingChannelRequest *createFileTransfer(

Shouldn't this be requestFileTransfer?

The constructors (though with many defaults) seems very scary and
complex. Is the request immediately, or would be be possible to change
some of these initialization values to propertie or methods?

QString fileName() const;

Have you considered QUrl ? But then again QFile has the same method
:-) Btw, wouldn't it make sense to make this class similar to
QFile/QFileInfo where possible?

FileHashType contentHashType() const;

the method is called *Content*HashType and it returns a
*File*HashType? Isn't that a bit confusing?

void transferredBytesChanged(qulonglong count);

progressChanged?

void initialOffsetDefined(qulonglong offset);

Does this really make sense as a signal?

Kenneth
_______________________________________________
telepathy mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/telepathy

Reply via email to