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:
Tatiana Borisova 2023-06-30 18:45:17 +02:00
parent 0b7830fcb7
commit f34a9bef52
3 changed files with 0 additions and 6 deletions

View File

@ -78,8 +78,6 @@ void ClientDeclarationPrinter::printClientMethodsDeclaration()
m_printer->Print("\n");
}
Outdent();
printPrivateBlock();
m_printer->Print("\n");
}

View File

@ -40,8 +40,6 @@ public:
std::shared_ptr<QGrpcStream> streamTestMethodBiStream(const qtgrpc::tests::SimpleStringMessage &arg, const QWeakPointer<qtgrpc::tests::SimpleStringMessage> &ret);
private:
};
} // namespace TestService
} // namespace qtgrpc::tests

View File

@ -40,8 +40,6 @@ public:
std::shared_ptr<QGrpcStream> streamTestMethodBiStream(const qtgrpc::tests::SimpleStringMessage &arg, const QWeakPointer<qtgrpc::tests::SimpleStringMessage> &ret);
private:
};
} // namespace TestService
} // namespace qtgrpc::tests