Skip to content

Commit ec2af9b

Browse files
committedApr 8, 2017
more doxymentation
1 parent 792cd6f commit ec2af9b

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
 

‎python/gui/qgscheckablecombobox.sip

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,5 +87,7 @@ class QgsCheckableComboBox : QComboBox
8787
void setCheckedItems( const QStringList &items );
8888

8989
protected:
90+
/** Handler for widget resizing
91+
*/
9092
virtual void resizeEvent( QResizeEvent *event );
9193
};

‎src/gui/qgscheckablecombobox.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,9 @@ class GUI_EXPORT QgsCheckableComboBox : public QComboBox
193193
void setCheckedItems( const QStringList &items );
194194

195195
protected:
196+
197+
/** Handler for widget resizing
198+
*/
196199
virtual void resizeEvent( QResizeEvent *event );
197200

198201
private:

0 commit comments

Comments
 (0)
Please sign in to comment.