Update window title after markAndNext()

This commit is contained in:
2017-02-01 18:12:17 +01:00
parent 909a2f75c7
commit c14de4913c
+2
View File
@@ -178,12 +178,14 @@ void MainWindow::markAndNext()
{
markImage();
m_ringList->increment();
updateWindowTitle();
}
void MainWindow::unmarkAndNext()
{
unmarkImage();
m_ringList->increment();
updateWindowTitle();
}
void MainWindow::copyMarked()