Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
harbour-MPW
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Andrea Scarpino
harbour-MPW
Commits
69386e72
Commit
69386e72
authored
Apr 24, 2016
by
Andrea Scarpino
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Counter is unsigned
parent
5576a427
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/mpwmanager.cpp
src/mpwmanager.cpp
+1
-1
src/mpwmanager.h
src/mpwmanager.h
+1
-1
No files found.
src/mpwmanager.cpp
View file @
69386e72
...
...
@@ -59,7 +59,7 @@ void MPWManager::setUserData(const QString &name, const QString &password)
}
}
QString
MPWManager
::
getPassword
(
const
QString
&
site
,
PasswordType
type
,
const
int
counter
)
const
QString
MPWManager
::
getPassword
(
const
QString
&
site
,
PasswordType
type
,
const
u
int
counter
)
const
{
MPSiteType
t
=
0
;
switch
(
type
)
{
...
...
src/mpwmanager.h
View file @
69386e72
...
...
@@ -41,7 +41,7 @@ public:
Q_INVOKABLE
QString
getName
()
const
;
Q_INVOKABLE
void
setUserData
(
const
QString
&
name
,
const
QString
&
password
);
Q_INVOKABLE
QString
getPassword
(
const
QString
&
site
,
PasswordType
type
,
const
int
counter
)
const
;
Q_INVOKABLE
QString
getPassword
(
const
QString
&
site
,
PasswordType
type
,
const
u
int
counter
)
const
;
private:
QByteArray
m_key
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment