Mod doc set style de same

This commit is contained in:
Simon De Backer
2020-08-16 11:19:36 +02:00
parent 90417ae509
commit d4ee161c07
274 changed files with 6823 additions and 6756 deletions

View File

@@ -111,9 +111,9 @@ void RecentFiles::fileWasOpened(const QString &filepath) {
}
/**
* @brief RecentFiles::extractFilesFromSettings
* Read the list of recent file from settings
*/
@brief RecentFiles::extractFilesFromSettings
Read the list of recent file from settings
*/
void RecentFiles::extractFilesFromSettings()
{
//Forget the list of recent files
@@ -148,9 +148,9 @@ void RecentFiles::insertFile(const QString &filepath) {
}
/**
* @brief RecentFiles::saveFilesToSettings
* Write the list of recent files to settings
*/
@brief RecentFiles::saveFilesToSettings
Write the list of recent files to settings
*/
void RecentFiles::saveFilesToSettings()
{
QSettings settings;