comparison ui/certificatetabledelegate.h @ 1053:78798d3af8f0

Fixed doxygen build warnings.
author Emanuel Schuetze <emanuel@intevation.de>
date Tue, 09 Sep 2014 15:22:19 +0200
parents 17e1c8f37d72
children 2a1aa9df8f11
comparison
equal deleted inserted replaced
1052:0b2169f7ce09 1053:78798d3af8f0
43 private: 43 private:
44 44
45 /** 45 /**
46 * @brief Draw the item using the given parameters. 46 * @brief Draw the item using the given parameters.
47 * 47 *
48 * @param painter The painter to draw the item. 48 * @param parent The parent widget.
49 * @param option The style options. 49 * @param option The style options.
50 * @param index The model index of the item to draw. 50 * @param index The model index of the item to draw.
51 * @param icon The icon to display.
52 * @param font The font used to draw text.
53 */ 51 */
54 QWidget *drawComboBox(QWidget *parent, const QStyleOptionViewItem &option, 52 QWidget *drawComboBox(QWidget *parent, const QStyleOptionViewItem &option,
55 const QModelIndex &index) const; 53 const QModelIndex &index) const;
56 }; 54 };
57 #endif 55 #endif

http://wald.intevation.org/projects/trustbridge/