QTfrontend/util/DataManager.h
changeset 9389 3aae70f72126
parent 9080 9b42757d7e71
child 9998 736015b847e3
equal deleted inserted replaced
9387:6478ed9ead25 9389:3aae70f72126
   117         QStandardItemModel * colorsModel();
   117         QStandardItemModel * colorsModel();
   118         QStandardItemModel * bindsModel();
   118         QStandardItemModel * bindsModel();
   119 
   119 
   120         QString settingsFileName();
   120         QString settingsFileName();
   121 
   121 
       
   122         static QString safeFileName(QString fileName);
       
   123 
   122         static bool ensureFileExists(const QString & fileName);
   124         static bool ensureFileExists(const QString & fileName);
   123 
   125 
   124     public slots:
   126     public slots:
   125         /// Reloads data from storage.
   127         /// Reloads data from storage.
   126         void reload();
   128         void reload();