Some compilation fixed, update README.md

This commit is contained in:
Jakub Melka
2022-07-17 16:10:42 +02:00
parent 3cdee09ade
commit 910e50ebcc
9 changed files with 26 additions and 16 deletions

View File

@ -73,7 +73,7 @@ void PDFRecentFileManager::update()
m_recentFiles.pop_back();
}
for (int i = 0; i < m_actions.size(); ++i)
for (int i = 0; i < static_cast<int>(m_actions.size()); ++i)
{
QAction* recentFileAction = m_actions[i];
if (i < m_recentFiles.size())