Skip to content

Commit

Permalink
Fix doxygen warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Dec 13, 2017
1 parent af0e369 commit 79c180a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion python/core/qgsdataitem.sip
Expand Up @@ -751,7 +751,6 @@ class QgsZipItem : QgsDataCollectionItem




/************************************************************************
* This file has been generated automatically from *
* *
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsdataitem.cpp
Expand Up @@ -1542,7 +1542,7 @@ QStringList QgsZipItem::getZipFileList()
}

///@cond PRIVATE
///

QgsProjectHomeItem::QgsProjectHomeItem( QgsDataItem *parent, const QString &name, const QString &dirPath, const QString &path )
: QgsDirectoryItem( parent, name, dirPath, path )
{
Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsdataitem.h
Expand Up @@ -723,7 +723,7 @@ class CORE_EXPORT QgsProjectHomeItem : public QgsDirectoryItem

};
#endif

///@endcond

#endif // QGSDATAITEM_H

Expand Down

0 comments on commit 79c180a

Please sign in to comment.