~saiarcot895/libopenshot/qt-json

« back to all changes in this revision

Viewing changes to include/ChunkWriter.h

  • Committer: Saikrishna Arcot
  • Date: 2015-10-04 15:18:06 UTC
  • Revision ID: saiarcot895@gmail.com-20151004151806-ffpsybuaqc2yz09l
Switch from JsonCPP to Qt JSON.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
#include "Magick++.h"
45
45
#include "Cache.h"
46
46
#include "Exceptions.h"
47
 
#include "Json.h"
48
47
#include "Sleep.h"
49
48
 
50
49