Remove KDE4 and Ubuntu Touch support

This commit is contained in:
Craig Drummond
2017-04-01 22:55:27 +01:00
parent 766bce148b
commit e60bdafa11
168 changed files with 268 additions and 6738 deletions

View File

@@ -22,9 +22,7 @@
*/
#include "proxymodel.h"
#ifndef ENABLE_UBUNTU
#include "gui/settings.h"
#endif
#include <QMap>
#include <QString>
#include <QLatin1String>
@@ -187,7 +185,6 @@ QModelIndexList ProxyModel::mapToSource(const QModelIndexList &list, bool leaves
return mapped;
}
#ifndef ENABLE_UBUNTU
QMimeData * ProxyModel::mimeData(const QModelIndexList &indexes) const
{
QModelIndexList nodes=leaves(indexes);
@@ -197,7 +194,6 @@ QMimeData * ProxyModel::mimeData(const QModelIndexList &indexes) const
}
return sourceModel()->mimeData(sourceIndexes);
}
#endif
QModelIndexList ProxyModel::leaves(const QModelIndexList &list) const
{