You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
pepone.o...@gmail.com
on 23 Dec 2010 at 9:34The text was updated successfully, but these errors were encountered: