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