mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-01 19:13:55 -07:00
Fix crash on logger; make log window modalless (#2659)
This commit is contained in:
parent
9dd3a04a08
commit
ce77d51a8f
6 changed files with 39 additions and 18 deletions
|
|
@ -4,11 +4,14 @@
|
|||
#include <QDialog>
|
||||
|
||||
class QPlainTextEdit;
|
||||
class QCloseEvent;
|
||||
|
||||
class DlgViewLog : public QDialog {
|
||||
Q_OBJECT
|
||||
public:
|
||||
DlgViewLog(QWidget *parent);
|
||||
protected:
|
||||
void closeEvent(QCloseEvent *event);
|
||||
private:
|
||||
QPlainTextEdit *logArea;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue