Skip to content

Commit 24c95af

Browse files
committed
fix doxymentation warnings
1 parent f540cd1 commit 24c95af

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/gui/attributetable/qgsdualview.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -206,11 +206,11 @@ class GUI_EXPORT QgsDualView : public QStackedWidget, private Ui::QgsDualViewBas
206206
* @param i The number of features already loaded
207207
* @param cancel Set to true to cancel
208208
*/
209-
virtual void progress( int i, bool& cancel );
209+
virtual void progress( int i, bool &cancel );
210210

211211
/**
212212
* Will be called, once all the features are loaded.
213-
* Use e.g. to close a dialog created from {@link progress( int i, bool& cancel )}
213+
* Use e.g. to close a dialog created from progress( int i, bool &cancel )
214214
*/
215215
virtual void finished();
216216

src/gui/qgscomposerview.h

-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ class QgsComposerShape;
3939
class QgsComposerAttributeTableV2;
4040

4141
/** \ingroup MapComposer
42-
* \ingroup gui
4342
* Widget to display the composer items. Manages the composer tools and the
4443
* mouse/key events.
4544
* Creates the composer items according to the current map tools and keeps track

0 commit comments

Comments
 (0)