Skip to content

Commit

Permalink
Export RpcSqlField and RpcSqlResult
Browse files Browse the repository at this point in the history
  • Loading branch information
Fanda Vacek committed Oct 7, 2024
1 parent 2a413fe commit b2ddd7c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions libshvcoreqt/include/shv/coreqt/data/rpcsqlresult.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#pragma once

#include <shv/coreqt/shvcoreqtglobal.h>

#include <shv/chainpack/rpcvalue.h>

#include <QVector>
Expand All @@ -14,7 +16,7 @@ namespace shv::chainpack { class RpcResponse; }

namespace shv::coreqt::data {

class RpcSqlField
class SHVCOREQT_DECL_EXPORT RpcSqlField
{
public:
QString name;
Expand All @@ -27,7 +29,7 @@ class RpcSqlField
static RpcSqlField fromVariant(const QVariant &v);
};

class RpcSqlResult
class SHVCOREQT_DECL_EXPORT RpcSqlResult
{
public:
int numRowsAffected = 0;
Expand Down

0 comments on commit b2ddd7c

Please sign in to comment.