mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-10 10:33:29 -05:00
ATV Modulator: added .gif and .tiff extensions in image file selector
This commit is contained in:
parent
43d40a4ace
commit
e8c7294aad
@ -273,7 +273,7 @@ void ATVModGUI::on_channelMute_toggled(bool checked)
|
|||||||
void ATVModGUI::on_imageFileDialog_clicked(bool checked)
|
void ATVModGUI::on_imageFileDialog_clicked(bool checked)
|
||||||
{
|
{
|
||||||
QString fileName = QFileDialog::getOpenFileName(this,
|
QString fileName = QFileDialog::getOpenFileName(this,
|
||||||
tr("Open image file"), ".", tr("Image Files (*.png *.jpg *.bmp)"));
|
tr("Open image file"), ".", tr("Image Files (*.png *.jpg *.bmp *.gif *.tiff)"));
|
||||||
|
|
||||||
if (fileName != "")
|
if (fileName != "")
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user