Add MataAvistas project (BudgetPro) as regular files

This commit is contained in:
Javier
2026-06-04 15:59:46 +02:00
parent 7643acf109
commit dccaa63bcc
644 changed files with 104937 additions and 1 deletions
+17
View File
@@ -0,0 +1,17 @@
#ifndef MSQLQUERYMODEL_H
#define MSQLQUERYMODEL_H
#include <QSqlQueryModel>
class MSqlQueryModel : public QSqlQueryModel
{
Q_OBJECT
public:
MSqlQueryModel(QObject *parent = Q_NULLPTR);
QVariant data(const QModelIndex &index, int role = Qt::DisplayRole) const Q_DECL_OVERRIDE;
};
#endif // MSQLQUERYMODEL_H