diff options
| author | Aleix Pol <aleixpol@kde.org> | 2015-10-16 14:24:35 (GMT) |
|---|---|---|
| committer | Aleix Pol <aleixpol@kde.org> | 2015-10-16 14:24:35 (GMT) |
| commit | ad4336b67098774d5b08811527fcf6715e4d9006 (patch) | |
| tree | b8bd3d329d3dae1439ff71f229a13797b9dea37d | |
| parent | ffc9657a4e80c7d1fe5ecdd0473a9fdd1c944d62 (diff) | |
debug--
| -rw-r--r-- | discover/PaginateModel.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/discover/PaginateModel.cpp b/discover/PaginateModel.cpp index 9d1c858..ce1f420 100644 --- a/discover/PaginateModel.cpp +++ b/discover/PaginateModel.cpp @@ -55,7 +55,6 @@ void PaginateModel::setPageSize(int count) const int oldSize = rowsByPageSize(m_pageSize); const int newSize = rowsByPageSize(count); const int difference = newSize - oldSize; - qDebug() << "oldold" << oldSize << difference; if (difference==0) { m_pageSize = count; } else if(difference>0) { |
