]> 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 541fccc25db8eef169ffb5fbeac636f2d7e4d1b0..be99c492e2dce2f7b0300a41d53b308f6296ca1a 100644 (file)
@@ -95,6 +95,9 @@ private:
    void setJobsCheckedList();
    int queryFileIndex(QString &fullPath, int jobID);
 
+   QSplitter *m_splitter;
+   QString m_groupText;
+   QString m_splitText;
    bool m_populated;
    bool m_dropdownChanged;
    QRegExp m_winRegExpDrive;
@@ -114,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_ */