Rewrite the routines to save and load the batch queue using iostreams.

This commit is contained in:
Adam Reichold
2015-12-06 18:42:14 +01:00
parent b85e9c623f
commit 547b969ed4
2 changed files with 120 additions and 219 deletions

View File

@@ -65,7 +65,7 @@ protected:
Glib::ustring autoCompleteFileName (const Glib::ustring& fileName, const Glib::ustring& format);
Glib::ustring getTempFilenameForParams( const Glib::ustring filename );
bool saveBatchQueue( );
bool saveBatchQueue ();
void notifyListener (bool queueEmptied);
public: