Basic support for cr2 raw files

This commit is contained in:
2019-08-20 08:26:27 +02:00
parent c14de4913c
commit 9a5027e498
3 changed files with 31 additions and 4 deletions
+1 -1
View File
@@ -139,7 +139,7 @@ void MainWindow::openFile()
if(standardLocations.size())
path = standardLocations.first();
QString file = QFileDialog::getOpenFileName(this, tr("Open file"), path, tr("Images (*.jpg *.png *.JPG *.PNG)"));
QString file = QFileDialog::getOpenFileName(this, tr("Open file"), path, tr("Images (*.jpg *.png *.cr2 *.JPG *.PNG *.CR2)"));
if(!file.isEmpty())
{
QFileInfo info(file);