mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-23 18:32:50 +00:00
dolphin: remove unused variable in KFileItemModel::dateRoleGroups()
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
84c456fb9f
commit
e79b5ebca0
1 changed files with 0 additions and 2 deletions
|
@ -1515,8 +1515,6 @@ QList<QPair<int, QVariant> > KFileItemModel::dateRoleGroups() const
|
|||
const int maxIndex = count() - 1;
|
||||
QList<QPair<int, QVariant> > groups;
|
||||
|
||||
const QDate currentDate = QDateTime::currentDateTime().date();
|
||||
|
||||
QDate previousModifiedDate;
|
||||
QString groupValue;
|
||||
for (int i = 0; i <= maxIndex; ++i) {
|
||||
|
|
Loading…
Add table
Reference in a new issue