Minor refactoring for API authentication.

This commit is contained in:
2026-05-02 11:34:22 +02:00
parent b76523ec75
commit b1f7fbff8b
3 changed files with 7 additions and 4 deletions

View File

@ -67,7 +67,7 @@ class GenericCore : public QObject {
/// Network communication
std::unique_ptr<ServerCommunicator> m_serverCommunicator;
void setupServerConfiguration();
void setupServerCommunication();
void applyServerConfiguration();
};