From 0f53af1270a0032d4c24d93aeb7cce245427bf8d Mon Sep 17 00:00:00 2001 From: albert-github Date: Thu, 31 Mar 2016 19:34:50 +0200 Subject: Bug 764359 - Recent File list allows only 2 entries Looks like the update of the GUI in respect to the "recent list" interfered with the reading of the values in the external list (which was updated during GUI update). Order of items was also reversed. --- addon/doxywizard/doxywizard.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/addon/doxywizard/doxywizard.h b/addon/doxywizard/doxywizard.h index 189972f..1f6cb72 100644 --- a/addon/doxywizard/doxywizard.h +++ b/addon/doxywizard/doxywizard.h @@ -58,6 +58,8 @@ class MainWindow : public QMainWindow MainWindow(); void saveConfig(const QString &fileName); void addRecentFile(const QString &fileName); + void addRecentFileList(const QString &fileName); + void updateRecentFile(void); void updateConfigFileName(const QString &fileName); void setWorkingDir(const QString &dirName); void updateLaunchButtonState(); -- cgit v0.12