mirror of
https://github.com/JakubMelka/PDF4QT.git
synced 2025-06-05 21:59:17 +02:00
Some compilation fixed, update README.md
This commit is contained in:
@ -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())
|
||||
|
Reference in New Issue
Block a user