summaryrefslogtreecommitdiffstats
path: root/src/mainwindow.h
diff options
context:
space:
mode:
authorSimon Rettberg2023-03-07 14:22:47 +0100
committerSimon Rettberg2023-03-07 14:22:47 +0100
commit02943c52af87115bb70745fca852a02c0df9b016 (patch)
tree201406beed10d9999bcc927e7a1c0ef7b80cf6c3 /src/mainwindow.h
parentTweak window layout, vertical scrollbar as needed (diff)
downloadpavucontrol-slx-02943c52af87115bb70745fca852a02c0df9b016.tar.gz
pavucontrol-slx-02943c52af87115bb70745fca852a02c0df9b016.tar.xz
pavucontrol-slx-02943c52af87115bb70745fca852a02c0df9b016.zip
Revert "Tweak window layout, vertical scrollbar as needed"
This reverts commit c13ecf1e2527236101492c160a5d7d4e380314a3. Doesn't work, fuck Qt layout crap.
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;