mirror of https://github.com/qt/qtgrpc.git
Delete useless "private:" block for grpcgen output
Pick-to: 6.6 6.5 Change-Id: Ifdbecea989ca632ba840e0dba18aa1d07cc7ef32 Reviewed-by: Alexey Edelev <alexey.edelev@qt.io>
This commit is contained in:
parent
0b7830fcb7
commit
f34a9bef52
|
|
@ -78,8 +78,6 @@ void ClientDeclarationPrinter::printClientMethodsDeclaration()
|
||||||
m_printer->Print("\n");
|
m_printer->Print("\n");
|
||||||
}
|
}
|
||||||
Outdent();
|
Outdent();
|
||||||
|
|
||||||
printPrivateBlock();
|
|
||||||
m_printer->Print("\n");
|
m_printer->Print("\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -40,8 +40,6 @@ public:
|
||||||
std::shared_ptr<QGrpcStream> streamTestMethodBiStream(const qtgrpc::tests::SimpleStringMessage &arg, const QWeakPointer<qtgrpc::tests::SimpleStringMessage> &ret);
|
std::shared_ptr<QGrpcStream> streamTestMethodBiStream(const qtgrpc::tests::SimpleStringMessage &arg, const QWeakPointer<qtgrpc::tests::SimpleStringMessage> &ret);
|
||||||
|
|
||||||
|
|
||||||
private:
|
|
||||||
|
|
||||||
};
|
};
|
||||||
} // namespace TestService
|
} // namespace TestService
|
||||||
} // namespace qtgrpc::tests
|
} // namespace qtgrpc::tests
|
||||||
|
|
|
||||||
|
|
@ -40,8 +40,6 @@ public:
|
||||||
std::shared_ptr<QGrpcStream> streamTestMethodBiStream(const qtgrpc::tests::SimpleStringMessage &arg, const QWeakPointer<qtgrpc::tests::SimpleStringMessage> &ret);
|
std::shared_ptr<QGrpcStream> streamTestMethodBiStream(const qtgrpc::tests::SimpleStringMessage &arg, const QWeakPointer<qtgrpc::tests::SimpleStringMessage> &ret);
|
||||||
|
|
||||||
|
|
||||||
private:
|
|
||||||
|
|
||||||
};
|
};
|
||||||
} // namespace TestService
|
} // namespace TestService
|
||||||
} // namespace qtgrpc::tests
|
} // namespace qtgrpc::tests
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue