]> git.sesse.net Git - nageru/blobdiff - analyzer.h
Fix the context menus in the analyzer.
[nageru] / analyzer.h
index 6c7490653b506de489436d60c78cab985d99a873..d9bd8b8052348cf416020474e8876b5b94895f86 100644 (file)
@@ -28,10 +28,14 @@ public:
        ~Analyzer();
        void mixer_shutting_down();
 
+public slots:
+       void relayout();
+
 private:
        void grab_clicked();
        void signal_changed();
        bool eventFilter(QObject *watched, QEvent *event) override;
+       void resizeEvent(QResizeEvent *event) override;
 
        Ui::Analyzer *ui;
        QSurface *surface;