summaryrefslogtreecommitdiffstats
path: root/addon/doxywizard/doxywizard.h
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2016-03-31 17:34:50 (GMT)
committeralbert-github <albert.tests@gmail.com>2016-03-31 17:34:50 (GMT)
commit0f53af1270a0032d4c24d93aeb7cce245427bf8d (patch)
treed50cc1513ecf6ab0a900f698884ab6bc2bf5d20f /addon/doxywizard/doxywizard.h
parent48b1c6e240238f7dc3965735dfb00900d2c75383 (diff)
downloadDoxygen-0f53af1270a0032d4c24d93aeb7cce245427bf8d.zip
Doxygen-0f53af1270a0032d4c24d93aeb7cce245427bf8d.tar.gz
Doxygen-0f53af1270a0032d4c24d93aeb7cce245427bf8d.tar.bz2
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.
Diffstat (limited to 'addon/doxywizard/doxywizard.h')
-rw-r--r--addon/doxywizard/doxywizard.h2
1 files changed, 2 insertions, 0 deletions
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();