Skip to content

Commit

Permalink
fix doxymentation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Feb 12, 2015
1 parent f540cd1 commit 24c95af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/gui/attributetable/qgsdualview.h
Expand Up @@ -206,11 +206,11 @@ class GUI_EXPORT QgsDualView : public QStackedWidget, private Ui::QgsDualViewBas
* @param i The number of features already loaded * @param i The number of features already loaded
* @param cancel Set to true to cancel * @param cancel Set to true to cancel
*/ */
virtual void progress( int i, bool& cancel ); virtual void progress( int i, bool &cancel );


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


Expand Down
1 change: 0 additions & 1 deletion src/gui/qgscomposerview.h
Expand Up @@ -39,7 +39,6 @@ class QgsComposerShape;
class QgsComposerAttributeTableV2; class QgsComposerAttributeTableV2;


/** \ingroup MapComposer /** \ingroup MapComposer
* \ingroup gui
* Widget to display the composer items. Manages the composer tools and the * Widget to display the composer items. Manages the composer tools and the
* mouse/key events. * mouse/key events.
* Creates the composer items according to the current map tools and keeps track * Creates the composer items according to the current map tools and keeps track
Expand Down

0 comments on commit 24c95af

Please sign in to comment.