forked from qt-creator/qt-creator
preprocessor: make CPlusPlus::Internal::ByteArrayRef public
Change-Id: Ief6ea71f750b6ba19b650050bae376f4ad82d9d2 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -7,7 +7,6 @@
|
||||
#include <QByteArray>
|
||||
|
||||
namespace CPlusPlus {
|
||||
namespace Internal {
|
||||
|
||||
class CPLUSPLUS_EXPORT ByteArrayRef
|
||||
{
|
||||
@@ -80,6 +79,8 @@ inline bool operator==(const QByteArray &other, const ByteArrayRef &ref)
|
||||
inline bool operator!=(const QByteArray &other, const ByteArrayRef &ref)
|
||||
{ return ref != other; }
|
||||
|
||||
namespace Internal {
|
||||
|
||||
class CPLUSPLUS_EXPORT PPToken: public Token
|
||||
{
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user