Add namespace comments

This commit is contained in:
Jonas Kvinge
2021-06-20 23:55:02 +02:00
parent e1bf4347ab
commit 50be44adf8
11 changed files with 18 additions and 12 deletions

View File

@@ -124,7 +124,8 @@ struct IdSource {
QString id_;
int nb_sources_;
};
}
} // namespace
void AcoustidClient::RequestFinished(QNetworkReply *reply, const int request_id) {