Clang: Add current and visible editor message

Change-Id: Ifd88bc032388ae7a8d3dbc0f1f5746665074cc18
Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
This commit is contained in:
Marco Bubke
2015-11-25 15:29:28 +01:00
committed by Nikolai Kosjar
parent 9310c02bc8
commit 8c3959534d
18 changed files with 341 additions and 50 deletions

View File

@@ -36,6 +36,8 @@
#include <QByteArray>
#include <QMetaType>
#include <iosfwd>
class Utf8StringVector;
class Utf8String;
@@ -120,6 +122,7 @@ SQLITE_EXPORT QDataStream &operator<<(QDataStream &datastream, const Utf8String
SQLITE_EXPORT QDataStream &operator>>(QDataStream &datastream, Utf8String &text);
SQLITE_EXPORT QDebug operator<<(QDebug debug, const Utf8String &text);
SQLITE_EXPORT void PrintTo(const Utf8String &text, ::std::ostream* os);
SQLITE_EXPORT std::ostream& operator<<(std::ostream &os, const Utf8String &utf8String);
SQLITE_EXPORT uint qHash(const Utf8String &utf8String);