From: Enar Väikene <enar@vaikene.net>
Date: Tue, 26 Jul 2011 13:05:05 +0000 (+0300)
Subject: Seems that Windows did not like exporting/importing the eVaf::PswGen::Storage::Data... 
X-Git-Url: https://www.vaikene.ee/gitweb/pswgen10.html?a=commitdiff_plain;h=77caaebac175110f337767d4b7422bdaa6b7ac1f;p=evaf

Seems that Windows did not like exporting/importing the eVaf::PswGen::Storage::Data structure.
---

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 <QObject>
 #include <QString>
 #include <QSharedData>
@@ -37,7 +35,7 @@ namespace Storage {
 /**
  * Data stored for every password.
  */
-class PSWGEN_STORAGE_EXPORT Data : public QSharedData
+class Data : public QSharedData
 {
 public: