]> git.sesse.net Git - nageru/blobdiff - nageru/mainwindow.h
Fix a comment typo.
[nageru] / nageru / mainwindow.h
index 37b1ce02006bd06b4557cf9c3851e4d0d3a71d98..b6a053bd0f68ded9cc7d9d851d597bb8ebad4ff0 100644 (file)
@@ -140,11 +140,12 @@ private:
        void update_stereo_label(unsigned bus_index, int stereo_width_percent);
        void update_eq_label(unsigned bus_index, EQBand band, float gain_db);
        void setup_theme_menu();
+       void fill_menu_from_theme_menu(const std::vector<std::unique_ptr<Theme::MenuEntry>> &entries, QMenu *menu);
        void prev_page();
        void next_page();
 
        // Called from DiskSpaceEstimator.
-       void report_disk_space(off_t free_bytes, double estimated_seconds_left);
+       void report_disk_space(off_t free_bytes, double estimated_seconds_left, double file_length_seconds);
 
        // Called from the mixer.
        void audio_level_callback(float level_lufs, float peak_db, std::vector<AudioMixer::BusLevel> bus_levels, float global_level_lufs, float range_low_lufs, float range_high_lufs, float final_makeup_gain_db, float correlation);