X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=bacula%2Fsrc%2Fqt-console%2Fmainwin.h;h=d96b5885c8483c01c6cd4ae24ee0d8f711e74879;hb=e60db8053f597a18236b4a8e77d1b7c2ce0b68a8;hp=2959afa15f6df27161e947084091307793b000ab;hpb=8f11c87b75ece5d2909e2434b0d07536dd83a600;p=bacula%2Fbacula diff --git a/bacula/src/qt-console/mainwin.h b/bacula/src/qt-console/mainwin.h index 2959afa15f..d96b5885c8 100644 --- a/bacula/src/qt-console/mainwin.h +++ b/bacula/src/qt-console/mainwin.h @@ -1,7 +1,7 @@ /* Bacula® - The Network Backup Solution - Copyright (C) 2007-2007 Free Software Foundation Europe e.V. + Copyright (C) 2007-2008 Free Software Foundation Europe e.V. The main author of Bacula is Kern Sibbald, with contributions from many others, a complete list can be found in the file AUTHORS. @@ -52,6 +52,7 @@ public: void set_statusf(const char *fmt, ...); void set_status_ready(); void set_status(const char *buf); + void set_status(const QString &str); void writeSettings(); void readSettings(); void resetFocus() { lineEdit->setFocus(); }; @@ -85,6 +86,8 @@ public: int m_daysLimitVal; bool m_checkMessages; int m_checkMessagesInterval; + bool m_refreshStatusDir; + int m_refreshStatusDirInterval; bool m_longList; bool m_rtPopDirDebug; bool m_rtDirCurICDebug;