]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/qt-console/restore/restoretree.h
Convert to pure GPL v2 license.
[bacula/bacula] / bacula / src / qt-console / restore / restoretree.h
index 43a08e92c0ed6fe3c718c448ed77bcdff71daba1..589d2cd4e5b96702d8a9db6016d5fcc9bff9aa24 100644 (file)
@@ -10,8 +10,8 @@
    many others, a complete list can be found in the file AUTHORS.
    This program is Free Software; you can redistribute it and/or
    modify it under the terms of version two of the GNU General Public
-   License as published by the Free Software Foundation plus additions
-   that are listed in the file LICENSE.
+   License as published by the Free Software Foundation and included
+   in the file LICENSE.
 
    This program is distributed in the hope that it will be useful, but
    WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -65,15 +65,16 @@ private:
    void writeSettings();
    void readSettings();
    bool m_populated;
-   QRegExp m_winregex;
+   QRegExp m_winRegExpDrive;
+   QRegExp m_winRegExpPath;
    QRegExp m_slashregex;
    bool m_slashTrap;
-   bool m_winTrap;
-   bool m_isWin;
    //QString m_jobCondition;
    QHash<QString, QTreeWidgetItem *> m_dirPaths;
    QString m_condition;
    int m_resultCount;
+   int m_debugCnt;
+   bool m_debugTrap;
 };
 
 #endif /* _RESTORETREE_H_ */