add "Save to File" option to the context dialog for the log window
This commit is contained in:
@ -22,8 +22,12 @@ class LogWindow : public QPlainTextEdit {
|
||||
public:
|
||||
LogWindow(QWidget *parent = nullptr);
|
||||
|
||||
private slots:
|
||||
void save_as();
|
||||
|
||||
protected:
|
||||
void closeEvent(QCloseEvent *event) override;
|
||||
void contextMenuEvent(QContextMenuEvent *event) override;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user