started doxygen documentation
authorinsilmaril
Wed, 25 Apr 2007 16:02:54 +0000
changeset 464d42d12074ff4
parent 463 694f5e35e87c
child 465 8e6b95a0efa0
started doxygen documentation
exportoofiledialog.h
     1.1 --- a/exportoofiledialog.h	Wed Apr 25 16:02:54 2007 +0000
     1.2 +++ b/exportoofiledialog.h	Wed Apr 25 16:02:54 2007 +0000
     1.3 @@ -6,6 +6,11 @@
     1.4  
     1.5  #include "settings.h"
     1.6  
     1.7 +/*! \brief Dialog to select output file and format for Open Office documents
     1.8 +
     1.9 +This is an overloaded QFileDialog, which allows to select templates by setting a type.
    1.10 +*/
    1.11 +
    1.12  class ExportOOFileDialog:public QFileDialog
    1.13  {
    1.14  	Q_OBJECT