1
0
forked from BRT/arc

Rename sendLogToTelegram to sendLogsToBackend in FileLogWindow.

This commit is contained in:
slava 2026-05-07 22:54:14 +07:00
parent 9c2ec74f76
commit 1ab023b45e

View File

@ -13,7 +13,7 @@ class FileLogWindow final : public QDialog {
public:
explicit FileLogWindow(QWidget *parent = nullptr);
void sendLogToTelegram();
void sendLogsToBackend();
private:
QTableWidget *m_table;