1
0
mirror of https://github.com/jaredtao/TaoQuick.git synced 2025-01-19 20:22:56 +08:00

update QuickModel

This commit is contained in:
jared 2021-05-24 08:38:19 +08:00
parent 754cd096cc
commit 7e73057397

View File

@ -1,6 +1,7 @@
#pragma once
#include <QAbstractListModel>
#include <QList>
#include <QSet>
#include "TaoCommonGlobal.h"
template <class T>
class QuickModelBase : public QAbstractListModel