Implement the VivyDocument specification
Comparer les modifications
+ 3
− 3
@@ -43,12 +43,12 @@ public:
Load and write to VivyDocuments.
While at it, refactor of {Audio,Video}Context
and their streams and fix all warnings in headers with clang. Only place external headers in the precompiled header, not Vivy's ones.
Includes a small API update for the VideoSubDocument
(ass the VideoContext
with some getters).
Depends on !19 (merged)
MISC: Use more string literals with Qt as constructing a QString from a thing created with a QStringLiteral macro is apparently free