Sound gain dialog
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
#include "ui_qt_mainwindow.h"
|
||||
|
||||
#include "qt_specifydimensions.h"
|
||||
#include "qt_soundgain.hpp"
|
||||
|
||||
extern "C" {
|
||||
#include <86box/86box.h>
|
||||
@@ -1272,3 +1273,9 @@ void MainWindow::on_actionTake_screenshot_triggered()
|
||||
endblit();
|
||||
device_force_redraw();
|
||||
}
|
||||
|
||||
void MainWindow::on_actionSound_gain_triggered()
|
||||
{
|
||||
SoundGain gain(this);
|
||||
gain.exec();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user