]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/qt-console/restore/restoretree.h
After working on increasing the performance of the sql commands.
[bacula/bacula] / bacula / src / qt-console / restore / restoretree.h
index fee9cf65c7750236518d70f20e1e1ba05384ef8c..be99c492e2dce2f7b0300a41d53b308f6296ca1a 100644 (file)
@@ -117,7 +117,8 @@ private:
    QMultiHash<QString, QString> m_fileExceptionMulti;
    QHash<QString, int> m_versionExceptionHash;
    QHash<QString, int> m_directoryIconStateHash;
-   int m_toggleUpIndex, m_toggleDownIndex;
+   QHash<QString, int> m_directoryPathIdHash;
+   int m_toggleUpIndex, m_toggleDownIndex, m_nullFileNameId;
 };
 
 #endif /* _RESTORETREE_H_ */