The C++ header file "diff_match_patch.h" doesn't include the QT types it uses,
which force users of this header to include then in the each file that include
the header.
IMO will be better to put the required QT includes in "diff_match_patch.h"
The required includes are
#include <QString>
#include <QList>
#include <QMap>
#include <QVariant>
Original issue reported on code.google.com by pepone.o...@gmail.com on 23 Dec 2010 at 9:34
Original issue reported on code.google.com by
pepone.o...@gmail.com
on 23 Dec 2010 at 9:34