diff --git a/views/log/FileLogWindow.h b/views/log/FileLogWindow.h index 0afa044..2d9c9c7 100644 --- a/views/log/FileLogWindow.h +++ b/views/log/FileLogWindow.h @@ -13,7 +13,7 @@ class FileLogWindow final : public QDialog { public: explicit FileLogWindow(QWidget *parent = nullptr); - void sendLogToTelegram(); + void sendLogsToBackend(); private: QTableWidget *m_table;