Skip to content

Commit

Permalink
more doxymentation
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Apr 8, 2017
1 parent 792cd6f commit ec2af9b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions python/gui/qgscheckablecombobox.sip
Expand Up @@ -87,5 +87,7 @@ class QgsCheckableComboBox : QComboBox
void setCheckedItems( const QStringList &items );

protected:
/** Handler for widget resizing
*/
virtual void resizeEvent( QResizeEvent *event );
};
3 changes: 3 additions & 0 deletions src/gui/qgscheckablecombobox.h
Expand Up @@ -193,6 +193,9 @@ class GUI_EXPORT QgsCheckableComboBox : public QComboBox
void setCheckedItems( const QStringList &items );

protected:

/** Handler for widget resizing
*/
virtual void resizeEvent( QResizeEvent *event );

private:
Expand Down

0 comments on commit ec2af9b

Please sign in to comment.