X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=mainwindow.h;h=62551d9bd3d908bcc4af03d5670c513a24d3db1d;hb=b9feb66845bf24465b7671ac9ff7a52b88f6032b;hp=9e10ed9f0ba37bc24b6abe5a3a1e2fa997489831;hpb=fda8f0354aff984e00a3820f3ca025823e1ee434;p=nageru diff --git a/mainwindow.h b/mainwindow.h index 9e10ed9..62551d9 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -128,6 +128,7 @@ private: void set_white_balance(int channel_number, int x, int y); void update_cutoff_labels(float cutoff_hz); void update_eq_label(unsigned bus_index, EQBand band, float gain_db); + void setup_theme_menu(); // Called from DiskSpaceEstimator. void report_disk_space(off_t free_bytes, double estimated_seconds_left); @@ -158,6 +159,7 @@ private: Ui::MainWindow *ui; QLabel *disk_free_label; + QMenu *theme_menu = nullptr; QPushButton *transition_btn1, *transition_btn2, *transition_btn3; std::vector previews; std::vector audio_miniviews;