iam open regedit.exe param "MRU Projects"
and i see all my recent projects present in list
but i cant see it in menu cppcheck-gui.exe
only 2 items present
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
iam checked code under debugger
void MainWindow::updateMRUMenuItems()
all corrected
i got all item counts
and all items call insertAction
but at File menu i still see only 2 items history
may be need some change policy like below ?
setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i see enum { MaxRecentProjects = 5 };
but in gui while i open different projects i see always only 2 items
why ?
iam open regedit.exe param "MRU Projects"
and i see all my recent projects present in list
but i cant see it in menu cppcheck-gui.exe
only 2 items present
iam checked code under debugger
void MainWindow::updateMRUMenuItems()
all corrected
i got all item counts
and all items call insertAction
but at File menu i still see only 2 items history
may be need some change policy like below ?
setSizePolicy(QSizePolicy::Expanding, QSizePolicy::Expanding)
so issue
recent project history from File menu
can be update only after restart cppckeckgui.exe