Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Feb 24, 2018
1 parent 1bada06 commit c12fb09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/qgsdataitem.h
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ class CORE_EXPORT QgsDataItem : public QObject
void setToolTip( const QString &msg ) { mToolTip = msg; }
QString toolTip() const { return mToolTip; }

// deleteLater() items anc clear the vector
// deleteLater() items and clear the vector
static void deleteLater( QVector<QgsDataItem *> &items );

//! Move object and all its descendants to thread
Expand Down

0 comments on commit c12fb09

Please sign in to comment.