Skip to content

Commit 897dc09

Browse files
committed
Spelling
1 parent 1838831 commit 897dc09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/layout/qgslayoutmanagerdialog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ bool QgsLayoutManagerModel::setData( const QModelIndex &index, const QVariant &v
535535
Qt::ItemFlags QgsLayoutManagerModel::flags( const QModelIndex &index ) const
536536
{
537537
Qt::ItemFlags flags = QAbstractListModel::flags( index );
538-
#if 0 // double click is now used for opening the layout
538+
#if 0 // double-click is now used for opening the layout
539539
if ( index.isValid() )
540540
{
541541
return flags | Qt::ItemIsEditable;

0 commit comments

Comments
 (0)