summaryrefslogtreecommitdiffstats
path: root/src/mainwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.h')
-rw-r--r--src/mainwindow.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h
index f814d00..cd9f5cb 100644
--- a/src/mainwindow.h
+++ b/src/mainwindow.h
@@ -8,7 +8,6 @@
#include "ui_mainwindow.h"
class SlxOutput;
-class QShowEvent;
namespace PulseAudioQt {
class Device;
class Port;
@@ -33,9 +32,6 @@ public:
void mark();
void sweep();
-protected:
- void showEvent(QShowEvent *ev) override;
-
private:
QMap<QString, SlxOutput*> _widgets;
QSize _originalSize;