X-Git-Url: https://vaikene.ee/gitweb/highlight.css?a=blobdiff_plain;f=src%2Fapps%2FPswGen%2FGUI%2Fgui.h;h=359034289e53f39e5f2e3a7bf62d6fc8ab1c37a2;hb=a1941ef19ec631bf25c883c541f6841f8e2d7252;hp=e9607e4ee8a142e2d4259c5a2cfe5d604f21d8a0;hpb=473db85d79d6d89b7b8fe617346efa3e94c66cd9;p=evaf diff --git a/src/apps/PswGen/GUI/gui.h b/src/apps/PswGen/GUI/gui.h index e9607e4..3590342 100644 --- a/src/apps/PswGen/GUI/gui.h +++ b/src/apps/PswGen/GUI/gui.h @@ -32,6 +32,7 @@ class QPushButton; namespace eVaf { namespace PswGen { class iGenerator; + class iStorage; namespace GUI { /** @@ -70,12 +71,17 @@ private slots: private: // Members + static int const DefaultPasswordLength; + /// Flag indicating that the module is ready bool mReady; /// The iGenerator interface eVaf::PswGen::iGenerator * mGenerator; + /// The iStorage interface (can be null) + eVaf::PswGen::iStorage * mStorage; + /// Widgets on the screen QLineEdit * wName; QLineEdit * wMasterPassword;