добавил обновление списков в реальном времени
исправил поиск пользователя убрал лишние qDebug
This commit is contained in:
@@ -45,6 +45,9 @@ public:
|
||||
QString generateResponse(QString userIndex, const QString &command, const QString &message = "");
|
||||
|
||||
void addCommand(const QString &command, const QString &response);
|
||||
void editCommand(const QString &oldCommand,const QString &newCommand,const QString &response);
|
||||
void deleteCommand(const QString &commandName);
|
||||
|
||||
void addCommands(const QVector<Command> &commands);
|
||||
void clearCommands();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user