forked from qt-creator/qt-creator
Clang: Inline AliveMessage
Change-Id: Ibe10ff1324bc83d7cc8ddd6ad69bef077d3f1ec8 Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
This commit is contained in:
@@ -25,26 +25,10 @@
|
||||
|
||||
#include "cmbalivemessage.h"
|
||||
|
||||
#include <QDataStream>
|
||||
#include <QDebug>
|
||||
|
||||
namespace ClangBackEnd {
|
||||
|
||||
QDataStream &operator<<(QDataStream &out, const AliveMessage &/*message*/)
|
||||
{
|
||||
return out;
|
||||
}
|
||||
|
||||
QDataStream &operator>>(QDataStream &in, AliveMessage &/*message*/)
|
||||
{
|
||||
return in;
|
||||
}
|
||||
|
||||
bool operator==(const AliveMessage &/*first*/, const AliveMessage &/*second*/)
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
QDebug operator<<(QDebug debug, const AliveMessage &/*message*/)
|
||||
{
|
||||
return debug.nospace() << "AliveMessage()";
|
||||
|
||||
Reference in New Issue
Block a user