Correction: [PATCH 1/2] Converters: Add a queue of QueuedItems
The first file wasn't part of the patch... From: Vincent van Ravesteijn --- src/Converter.cpp | 47 +++ src/Converter.h | 14 + 3 files changed, 701 insertions(+), 0 deletions(-) create mode 100644 development/coding/#newfile1.lyx# diff --git a/src/C
[PATCH 1/2] Converters: Add a queue of QueuedItems
From: Vincent van Ravesteijn --- development/coding/#newfile1.lyx# | 640 + src/Converter.cpp | 47 +++ src/Converter.h | 14 + 3 files changed, 701 insertions(+), 0 deletions(-) create mode 100644 development/coding/#ne