1
0
forked from BRT/arc

Rename sendLogToTelegram to sendLogsToBackend in FileLogWindow.

This commit is contained in:
trnsmkot 2026-05-07 22:54:14 +07:00
parent 4694e6db50
commit 1efbf09f59

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;