AusweisApp2
Lade ...
Suche ...
Keine Treffer
HistoryProxyModel.h
gehe zur Dokumentation dieser Datei
1
5#pragma once
6
7#include <QSortFilterProxyModel>
8
9namespace governikus
10{
11
13 : public QSortFilterProxyModel
14{
15 Q_OBJECT
16
17 public:
18 [[nodiscard]] Q_INVOKABLE bool removeRows(int pRow, int pCount, const QModelIndex& pParent = QModelIndex()) override;
19
20 HistoryProxyModel() = default;
21
22 ~HistoryProxyModel() override = default;
23};
24
25
26} // namespace governikus
Definition: HistoryProxyModel.h:14
Q_INVOKABLE bool removeRows(int pRow, int pCount, const QModelIndex &pParent=QModelIndex()) override
Definition: HistoryProxyModel.cpp:10
~HistoryProxyModel() override=default
Implementation of GeneralAuthenticate response APDUs.
Definition: CommandApdu.h:16