mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-04-05 05:27:39 +03:00
fix cli commands, translations and codestyle
This commit is contained in:
parent
6723f4215a
commit
1bfbb9242c
30 changed files with 70 additions and 67 deletions
|
@ -76,7 +76,7 @@ QString Utils::getPassword()
|
|||
* A valid and running event loop is needed to use the global QClipboard,
|
||||
* so we need to use this from the CLI.
|
||||
*/
|
||||
int Utils::clipText(QString text)
|
||||
int Utils::clipText(const QString& text)
|
||||
{
|
||||
|
||||
QString programName = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue