forked from qt-creator/qt-creator
Fix newline.
This commit is contained in:
@@ -53,7 +53,6 @@ QVariant OpenPagesModel::data(const QModelIndex &index, int role) const
|
||||
{
|
||||
if (!index.isValid() || role != Qt::DisplayRole
|
||||
|| index.row() >= rowCount() || index.column() >= columnCount() - 1)
|
||||
|
||||
return QVariant();
|
||||
|
||||
QString title = m_pages.at(index.row())->title();
|
||||
|
||||
Reference in New Issue
Block a user