mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 16:55:07 +02:00
removed commented code
This commit is contained in:
parent
45d926da41
commit
d72c4e4f65
1 changed files with 1 additions and 7 deletions
|
@ -19,16 +19,10 @@ public:
|
|||
LogDialog(QWidget* parent);
|
||||
~LogDialog();
|
||||
|
||||
//signals:
|
||||
// void closed();
|
||||
|
||||
public slots:
|
||||
// void reject();
|
||||
public slots:
|
||||
void appendLogLine(QString logLine);
|
||||
|
||||
protected:
|
||||
// Emits a 'closed' signal when this dialog is closed.
|
||||
// void closeEvent(QCloseEvent* e);
|
||||
void resizeEvent(QResizeEvent* e);
|
||||
void showEvent(QShowEvent* e);
|
||||
|
||||
|
|
Loading…
Reference in a new issue