]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/qt-console/PAGES
Fix bat seg fault
[bacula/bacula] / bacula / src / qt-console / PAGES
index a232cc929e3031b44e61f37faa467f0ac0c4ed4c..ec019637827e73c79ea8c74e656e36a4b2447516 100644 (file)
@@ -36,3 +36,9 @@ consoleCommand(QString &command) to execute a console command
 setTitle() for setting the title of a window that will display when undocked.
 setCurrent() for making the page and tree widget item of an object selected and
 in the front of the stack.
+
+Closing
+Use the function closeStackPage() to close from within the class.  Otherwise, if
+there are pointers which need to be deleted, use a destructor.  The m_closeable
+page member will determine whether the option to close will appear in context
+menu of page selector.