forked from qt-creator/qt-creator
Clang: Add current and visible editor message
Change-Id: Ifd88bc032388ae7a8d3dbc0f1f5746665074cc18 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
This commit is contained in:
committed by
Nikolai Kosjar
parent
9310c02bc8
commit
8c3959534d
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user