]> git.sesse.net Git - nageru/blobdiff - nageru/mainwindow.h
Make it possible for the theme to override the status line.
[nageru] / nageru / mainwindow.h
index a0c090fcd86a138e8c230708061bf126d172274e..b6a053bd0f68ded9cc7d9d851d597bb8ebad4ff0 100644 (file)
@@ -145,7 +145,7 @@ private:
        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);