Use more SharedPointers to make our lives easier.

This commit is contained in:
Joao Mesquita
2010-04-05 22:03:20 -03:00
parent b9d5c62b3d
commit 3ed45189a4
7 changed files with 138 additions and 81 deletions

View File

@@ -3,4 +3,6 @@
Channel::Channel(QString uuid):
_uuid(uuid)
{
_progressEpoch = 0;
_progressMediaEpoch = 0;
}