Rename sendLogToTelegram to sendLogsToBackend in FileLogWindow.
This commit is contained in:
parent
9c2ec74f76
commit
1ab023b45e
@ -13,7 +13,7 @@ class FileLogWindow final : public QDialog {
|
|||||||
|
|
||||||
public:
|
public:
|
||||||
explicit FileLogWindow(QWidget *parent = nullptr);
|
explicit FileLogWindow(QWidget *parent = nullptr);
|
||||||
void sendLogToTelegram();
|
void sendLogsToBackend();
|
||||||
|
|
||||||
private:
|
private:
|
||||||
QTableWidget *m_table;
|
QTableWidget *m_table;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user