18#ifndef MOTIV_APPSETTINGS_HPP
19#define MOTIV_APPSETTINGS_HPP
85 QString leastRecentDirectory_;
86 QStringList recentlyOpenedFiles_;
Singleton holding persistent information.
void recentlyOpenedFilesRemove(const QString &filePath)
Removes a file from the recently opened files list.
static AppSettings & getInstance()
void recentlyOpenedFilesClear()
Clears the recently opened files list.
void recentlyOpenedFilesPush(const QString &newFile)
Pushes a new file to the recently opened files list.
void recentlyOpenedFilesChanged(QStringList)
Signals a change in the recently opened files.
const QStringList & recentlyOpenedFiles() const
Returns the recently opened files.