comparison recentfiles.h @ 69:6d5a5571caec

* Basic working "Open Repository" dialog
author Chris Cannam
date Thu, 18 Nov 2010 15:14:39 +0000
parents 2340b00561d2
children 8fd71f570884
comparison
equal deleted inserted replaced
68:b918e57c7bea 69:6d5a5571caec
57 57
58 /** 58 /**
59 * Add a name that is known to be either a file path or a URL. If 59 * Add a name that is known to be either a file path or a URL. If
60 * it looks like a URL, add it literally; otherwise treat it as a 60 * it looks like a URL, add it literally; otherwise treat it as a
61 * file path and canonicalise it appropriately. Also takes into 61 * file path and canonicalise it appropriately. Also takes into
62 * account the user preference for whether to include temporary 62 * account the preference for whether to include temporary files
63 * files in the recent files menu: the file will not be added if 63 * in the recent files menu: the file will not be added if the
64 * the preference is set and the file appears to be a temporary 64 * preference is set and the file appears to be a temporary one.
65 * one.
66 */ 65 */
67 void addFile(QString name); 66 void addFile(QString name);
68 67
69 signals: 68 signals:
70 void recentChanged(); 69 void recentChanged();