From 02943c52af87115bb70745fca852a02c0df9b016 Mon Sep 17 00:00:00 2001 From: Simon Rettberg Date: Tue, 7 Mar 2023 14:22:47 +0100 Subject: Revert "Tweak window layout, vertical scrollbar as needed" This reverts commit c13ecf1e2527236101492c160a5d7d4e380314a3. Doesn't work, fuck Qt layout crap. --- src/mainwindow.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/mainwindow.h') 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 _widgets; QSize _originalSize; -- cgit v1.2.3-55-g7522