Remember most recently used printer. (#215)

This commit is contained in:
Jaye Evins
2025-07-28 15:11:36 -04:00
committed by GitHub
parent 3a4bb61f44
commit 475971b701
4 changed files with 44 additions and 28 deletions
+3
View File
@@ -98,6 +98,9 @@ namespace glabels
static QStringList recentFileList();
static void addToRecentFileList( const QString& filePath );
static QString recentPrinter();
static void setRecentPrinter( const QString& printer );
private:
static Settings* mInstance;