Browse Source

Remove unnecessary semicolon.

adaptive-webui-19844
sledgehammer999 8 years ago
parent
commit
01ddf23745
No known key found for this signature in database
GPG Key ID: 6E4A2D025B7CC9A2
  1. 1
      src/gui/transferlistsortmodel.cpp

1
src/gui/transferlistsortmodel.cpp

@ -177,7 +177,6 @@ bool TransferListSortModel::lessThan(const QModelIndex &left, const QModelIndex @@ -177,7 +177,6 @@ bool TransferListSortModel::lessThan(const QModelIndex &left, const QModelIndex
return QSortFilterProxyModel::lessThan(left, right);
}
}
;
}
bool TransferListSortModel::lowerPositionThan(const QModelIndex &left, const QModelIndex &right) const

Loading…
Cancel
Save