Add ImageRingList::setFile()
This commit is contained in:
+1
-1
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user