mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 16:52:10 +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(QWidget* parent);
|
||||||
~LogDialog();
|
~LogDialog();
|
||||||
|
|
||||||
//signals:
|
public slots:
|
||||||
// void closed();
|
|
||||||
|
|
||||||
public slots:
|
|
||||||
// void reject();
|
|
||||||
void appendLogLine(QString logLine);
|
void appendLogLine(QString logLine);
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
// Emits a 'closed' signal when this dialog is closed.
|
|
||||||
// void closeEvent(QCloseEvent* e);
|
|
||||||
void resizeEvent(QResizeEvent* e);
|
void resizeEvent(QResizeEvent* e);
|
||||||
void showEvent(QShowEvent* e);
|
void showEvent(QShowEvent* e);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue