From 7f4e3f838d2ca27a6f3910208235ec4b96725f14 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Mon, 8 May 2017 23:38:52 +0200 Subject: Export DbLayout --- common/storage.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'common') diff --git a/common/storage.h b/common/storage.h index 42cdcac..b664e11 100644 --- a/common/storage.h +++ b/common/storage.h @@ -30,9 +30,10 @@ namespace Sink { namespace Storage { -struct DbLayout { +struct SINK_EXPORT DbLayout { + typedef QMap Databases; QByteArray name; - QMap tables; + Databases tables; }; class SINK_EXPORT DataStore -- cgit v1.2.3