X-Git-Url: https://vcs.maemo.org/git/?a=blobdiff_plain;f=src%2Fplugins%2Fxdxf%2FXdxfDictDialog.h;h=6719d9e26cf004582f7aaab0fa81d219e0b0667a;hb=34f8c22d8c25a1c46cb4278814443443ac82909c;hp=92c30cc070aa8354a523d84a985597a06e926bcd;hpb=83e95b272e7a38e986577a485de04d8841e047cc;p=mdictionary diff --git a/src/plugins/xdxf/XdxfDictDialog.h b/src/plugins/xdxf/XdxfDictDialog.h index 92c30cc..6719d9e 100644 --- a/src/plugins/xdxf/XdxfDictDialog.h +++ b/src/plugins/xdxf/XdxfDictDialog.h @@ -18,10 +18,11 @@ Copyright 2010 Comarch S.A. *******************************************************************************/ -/*! \file XdxfDictDialog.h +/*! + \file XdxfDictDialog.h + \author Mateusz Półrola */ - #ifndef XDXFDICTDIALOG_H #define XDXFDICTDIALOG_H @@ -29,32 +30,27 @@ class XdxfPlugin; - //! Implementation of DictDialog interface for xdxf plugin class XdxfDictDialog : public DictDialog { Q_OBJECT public: explicit XdxfDictDialog(XdxfPlugin* plugin, QObject *parent = 0); /*! - Shows "add new xdxf dictionary" dialog and returns settings of a new dict - \param parent parent widget on which dialog will be displayed + Shows "add new xdxf dictionary" dialog and returns settings of a new dict + \param parent parent widget on which dialog will be displayed */ Settings* addNewDictionary(QWidget *parent); /*! - Shows settings dialog and saves new settings in plugin - \param parent parent widget on which dialog will be displayed - */ + Shows settings dialog and saves new settings in plugin + \param parent parent widget on which dialog will be displayed + */ void changeSettings(QWidget *parent); - /*! - Returns last parent of this dialog - */ + //! Returns last parent of this dialog QWidget* lastDialogParent(); - /*! - Sets last parent of this dialog - */ + //! Sets last parent of this dialog void setLastDialogParent(QWidget*); private: