This repository has been archived on 2024-06-03. You can view files and clone it, but cannot push or open issues or pull requests.
app/sqlstoragemodel.cpp
2018-07-22 16:47:55 +02:00

7 lines
103 B
C++

#include "sqlstoragemodel.h"
SqlStorageModel::SqlStorageModel(QObject *parent) : QObject(parent)
{
}