projects
/
evaf
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c1d9e0b
)
Seems that Windows did not like exporting/importing the eVaf::PswGen::Storage::Data...
author
Enar Väikene
<enar@vaikene.net>
Tue, 26 Jul 2011 13:05:05 +0000
(16:05 +0300)
committer
Enar Väikene
<enar@vaikene.net>
Tue, 26 Jul 2011 13:05:05 +0000
(16:05 +0300)
src/apps/PswGen/Storage/istorage.h
patch
|
blob
|
history
diff --git
a/src/apps/PswGen/Storage/istorage.h
b/src/apps/PswGen/Storage/istorage.h
index 6560553fd0d3516a6200359b7f5e93f480ad2774..8af8ba53dc0bd25d2e74fc5265eeef90a7d03153 100644
(file)
--- 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: