forked from qt-creator/qt-creator
Add menu item to clear the recent projects/files menus.
Task-number: QTCREATORBUG-5136 Change-Id: I27d5c86832277be9525d95fd1e38a3b86f620974 Reviewed-on: http://codereview.qt.nokia.com/496 Reviewed-by: Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by: Daniel Teske <daniel.teske@nokia.com>
This commit is contained in:
@@ -84,7 +84,9 @@ public:
|
||||
|
||||
// recent files
|
||||
void addToRecentFiles(const QString &fileName, const QString &editorId = QString());
|
||||
Q_SLOT void clearRecentFiles();
|
||||
QList<RecentFile> recentFiles() const;
|
||||
|
||||
void saveSettings();
|
||||
|
||||
// current file
|
||||
|
||||
Reference in New Issue
Block a user