MCPcopy Create free account
hub / github.com/KDE/kate / CachedSqlQueryModel

Method CachedSqlQueryModel

addons/katesql/cachedsqlquerymodel.cpp:13–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11#include <QtCore/qlogging.h>
12
13CachedSqlQueryModel::CachedSqlQueryModel(QObject *parent, int cacheCapacity)
14 : QSqlQueryModel(parent)
15 , cache(cacheCapacity)
16{
17}
18
19QVariant CachedSqlQueryModel::data(const QModelIndex &item, int role) const
20{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected