Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
mobile Datovka
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
14
Issues
14
List
Boards
Labels
Service Desk
Milestones
Merge Requests
4
Merge Requests
4
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Datovka projects
mobile Datovka
Commits
ed2608bc
Commit
ed2608bc
authored
Oct 23, 2018
by
Martin Straka
Committed by
Karel Slaný
Nov 15, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Corrected some comments
parent
9b9ca650
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
+4
-5
src/accounts.cpp
src/accounts.cpp
+0
-1
src/accounts.h
src/accounts.h
+4
-4
No files found.
src/accounts.cpp
View file @
ed2608bc
...
...
@@ -583,4 +583,3 @@ bool Accounts::isRelevantUserName(const QString &userName, const QString &dbId)
/* Check if new user corresponds with databox id */
return
(
dbId
==
GlobInstcs
::
accountDbPtr
->
dbId
(
userName
));
}
src/accounts.h
View file @
ed2608bc
...
...
@@ -155,13 +155,13 @@ public:
* @param[in,out] acntModelVariant QVariant holding account model.
* @param[in] loginMetod User name identifying account.
* @param[in] acntName Account name.
* @param[in] newUserName
U
ser name identifying account.
* @param[in] newUserName
New u
ser name identifying account.
* @param[in] pwd Password.
* @param[in] isTestAccount True if account is isds test enveiroment.
* @param[in] rememberPwd True if remember password.
* @param[in] storeToDisk True if database store to local storage.
* @param[in] certPath Certificate path (can be null).
* @param[in] oldUserName Original user name of account.
* @param[in] oldUserName Original
old
user name of account.
* @return True if success.
*/
Q_INVOKABLE
...
...
@@ -172,11 +172,11 @@ public:
const
QString
&
oldUserName
);
/*!
* @brief Change account user name and
update account
settings.
* @brief Change account user name and
store account to
settings.
*
* @param[in,out] acntModelVariant QVariant holding account model.
* @param[in] acntName Account name.
* @param[in] newUserName
U
ser name identifying account.
* @param[in] newUserName
New u
ser name identifying account.
* @param[in] storeToDisk True if database store to local storage.
* @param[in] oldUserName Original user name of account.
* @param[in] newDbId Databox id of new user name.
...
...
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