PureDark / google-diff-match-patch

Automatically exported from code.google.com/p/google-diff-match-patch
Apache License 2.0
0 stars 0 forks source link

C++ header doesn't include require QT types #33

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago
Thanks.  Added.

Will be in the next push (early next week?)

Original comment by neil.fra...@gmail.com on 29 Dec 2010 at 12:00