Add ImageRingList::setFile()

This commit is contained in:
2016-07-31 17:54:30 +02:00
parent 941119d174
commit c69c8eb7da
3 changed files with 18 additions and 7 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ void MainWindow::openFile()
if(!file.isEmpty())
{
QFileInfo info(file);
m_ringList->setDir(info.dir().absolutePath());
m_ringList->setFile(info.canonicalFilePath());
updateWindowTitle();
}
}