]> vaikene.ee Git - evaf/commitdiff
Seems that Windows did not like exporting/importing the eVaf::PswGen::Storage::Data...
authorEnar Väikene <enar@vaikene.net>
Tue, 26 Jul 2011 13:05:05 +0000 (16:05 +0300)
committerEnar Väikene <enar@vaikene.net>
Tue, 26 Jul 2011 13:05:05 +0000 (16:05 +0300)
src/apps/PswGen/Storage/istorage.h

index 6560553fd0d3516a6200359b7f5e93f480ad2774..8af8ba53dc0bd25d2e74fc5265eeef90a7d03153 100644 (file)
@@ -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: