diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-06-06 16:34:50 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-06-06 16:34:50 +0200 |
commit | be98090bbbda26825ea44777c3d847399b2e6e5c (patch) | |
tree | debe64ecbb2fb01716e6eeb12dcb1696a7268e16 /common/storage.h | |
parent | 18bd12302c39345f1a1a3fa29ddfd3e6ac558c24 (diff) | |
download | sink-be98090bbbda26825ea44777c3d847399b2e6e5c.tar.gz sink-be98090bbbda26825ea44777c3d847399b2e6e5c.zip |
A stab at the undefined reference to QMap<QByteArray, int>::QMap() error
...that I only get on copr and nowhere else.
Diffstat (limited to 'common/storage.h')
-rw-r--r-- | common/storage.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/storage.h b/common/storage.h index b664e11..8c129df 100644 --- a/common/storage.h +++ b/common/storage.h | |||
@@ -32,6 +32,8 @@ namespace Storage { | |||
32 | 32 | ||
33 | struct SINK_EXPORT DbLayout { | 33 | struct SINK_EXPORT DbLayout { |
34 | typedef QMap<QByteArray, int> Databases; | 34 | typedef QMap<QByteArray, int> Databases; |
35 | DbLayout(); | ||
36 | DbLayout(const QByteArray &, const Databases &); | ||
35 | QByteArray name; | 37 | QByteArray name; |
36 | Databases tables; | 38 | Databases tables; |
37 | }; | 39 | }; |