добавил обновление списков в реальном времени
исправил поиск пользователя убрал лишние qDebug
This commit is contained in:
+2
-9
@@ -136,10 +136,6 @@ private slots:
|
||||
// ========================================================================
|
||||
// СЛОТЫ ДЛЯ РАБОТЫ С WEBSOCKET (TWITCH)
|
||||
// ========================================================================
|
||||
void onStatus(const QString &statusText, int statusCode);
|
||||
void onDisconnected(const QString &reason);
|
||||
void onJoined(const QString &nickname);
|
||||
void onMessage(const QString &message);
|
||||
void handleNewMessage(const QString &message);
|
||||
void handleError(const QString &errorMessage);
|
||||
void handleConnected();
|
||||
@@ -156,8 +152,6 @@ private slots:
|
||||
// ========================================================================
|
||||
void onAIResponseReceived(const QString &response);
|
||||
void onAIErrorOccurred(const QString &error);
|
||||
void onNeuralResponse(const QString &response);
|
||||
void onNeuralError(const QString &error);
|
||||
void sendRequestToAI(const QString &q);
|
||||
|
||||
// ========================================================================
|
||||
@@ -452,7 +446,8 @@ private:
|
||||
void loadRandomRangesFromTableWidget();
|
||||
void loadRandomResponseGroupsFromDatabase();
|
||||
void loadSoundsFromDatabase();
|
||||
// Инициализация базы данных
|
||||
void loadTextFromDatabase();
|
||||
void loadTemplatesFromDatabase();
|
||||
void initializeDatabase();
|
||||
// Настройка пользовательского интерфейса
|
||||
void setupUI();
|
||||
@@ -466,8 +461,6 @@ private:
|
||||
void setupUserWidget();
|
||||
// Настройка обработчиков авторизации
|
||||
void setupAuthHandlers();
|
||||
// Инициализация нейронной сети
|
||||
void initializeNeuralNetwork();
|
||||
// Загрузка эмодзи
|
||||
void loadEmoties();
|
||||
void loadChatBadges();
|
||||
|
||||
Reference in New Issue
Block a user