Code refactoring - HistoryWidget, add clearHistoryLayout and loadHistory methods

This commit is contained in:
Yuriy Puchkov
2020-10-16 10:08:13 +03:00
parent b5f552badc
commit 8e25f438f2
4 changed files with 23 additions and 4 deletions

View File

@@ -298,6 +298,7 @@ void Controller::updateConfigComponents()
void Controller::showRecentScreenshots()
{
HistoryWidget* pHistory = new HistoryWidget();
pHistory->loadHistory();
pHistory->exec();
}