|
|
|
|
@ -9,10 +9,10 @@ |
|
|
|
|
#include "actionlist.h" |
|
|
|
|
#include "simplefavoritesmodel.h" |
|
|
|
|
|
|
|
|
|
#include <QConcatenateTablesProxyModel> |
|
|
|
|
#include <QIcon> |
|
|
|
|
|
|
|
|
|
#include <KAuthorized> |
|
|
|
|
#include <KConcatenateRowsProxyModel> |
|
|
|
|
#include <KFilePlacesModel> |
|
|
|
|
#include <KIO/OpenUrlJob> |
|
|
|
|
#include <KLocalizedString> |
|
|
|
|
@ -123,7 +123,7 @@ Q_INVOKABLE bool RunCommandModel::trigger(int row, const QString &actionId, cons |
|
|
|
|
|
|
|
|
|
ComputerModel::ComputerModel(QObject *parent) |
|
|
|
|
: ForwardingModel(parent) |
|
|
|
|
, m_concatProxy(new KConcatenateRowsProxyModel(this)) |
|
|
|
|
, m_concatProxy(new QConcatenateTablesProxyModel(this)) |
|
|
|
|
, m_runCommandModel(new RunCommandModel(this)) |
|
|
|
|
, m_systemAppsModel(new SimpleFavoritesModel(this)) |
|
|
|
|
, m_filteredPlacesModel(new FilteredPlacesModel(this)) |
|
|
|
|
|