From 77caaebac175110f337767d4b7422bdaa6b7ac1f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Enar=20V=C3=A4ikene?= Date: Tue, 26 Jul 2011 16:05:05 +0300 Subject: [PATCH] Seems that Windows did not like exporting/importing the eVaf::PswGen::Storage::Data structure. --- src/apps/PswGen/Storage/istorage.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/apps/PswGen/Storage/istorage.h b/src/apps/PswGen/Storage/istorage.h index 6560553..8af8ba5 100644 --- a/src/apps/PswGen/Storage/istorage.h +++ b/src/apps/PswGen/Storage/istorage.h @@ -20,8 +20,6 @@ #ifndef __PSWGEN_STORAGE_ISTORAGE_H # define __PSWGEN_STORAGE_ISTORAGE_H -#include "lib.h" - #include #include #include @@ -37,7 +35,7 @@ namespace Storage { /** * Data stored for every password. */ -class PSWGEN_STORAGE_EXPORT Data : public QSharedData +class Data : public QSharedData { public: -- 2.45.0