keepassxc/src/cli
Gianluca Recchia fc930bae69
Restore correct formatting
Many lines were not conformant with the project's formatting rules.
This patch should fix all formatting and whitespace issues in the code
base.
A clang-format directive was put around the connect() calls containing
SIGNALs and SLOTs whose signatures would be denormalized because of the
formatting rules.
2018-11-28 18:29:15 -05:00
..
Add.cpp Restore correct formatting 2018-11-28 18:29:15 -05:00
Add.h Add missing 'override' for overridden functions 2018-10-31 15:16:04 +01:00
Clip.cpp Restore correct formatting 2018-11-28 18:29:15 -05:00
Clip.h Adding --quiet option to the CLI. (#2507) 2018-11-28 11:24:12 -05:00
CMakeLists.txt Remove redundant headers from the build system 2018-10-31 14:19:01 +01:00
Command.cpp Global const for KeyFileOption (CLI) (#2505) 2018-11-28 16:15:15 -05:00
Command.h Global const for KeyFileOption (CLI) (#2505) 2018-11-28 16:15:15 -05:00
Diceware.cpp Restore correct formatting 2018-11-28 18:29:15 -05:00
Diceware.h Add missing 'override' for overridden functions 2018-10-31 15:16:04 +01:00
Edit.cpp Restore correct formatting 2018-11-28 18:29:15 -05:00
Edit.h Add missing 'override' for overridden functions 2018-10-31 15:16:04 +01:00
Estimate.cpp Restore correct formatting 2018-11-28 18:29:15 -05:00
Estimate.h Add missing 'override' for overridden functions 2018-10-31 15:16:04 +01:00
Extract.cpp Restore correct formatting 2018-11-28 18:29:15 -05:00
Extract.h Add missing 'override' for overridden functions 2018-10-31 15:16:04 +01:00
Generate.cpp Restore correct formatting 2018-11-28 18:29:15 -05:00
Generate.h Add missing 'override' for overridden functions 2018-10-31 15:16:04 +01:00
keepassxc-cli.1 Adding --quiet option to the CLI. (#2507) 2018-11-28 11:24:12 -05:00
keepassxc-cli.cpp Fix stdin/stdout encoding on Windows. (#2425) 2018-10-28 19:55:00 +01:00
List.cpp Restore correct formatting 2018-11-28 18:29:15 -05:00
List.h Add missing 'override' for overridden functions 2018-10-31 15:16:04 +01:00
Locate.cpp Global const for KeyFileOption (CLI) (#2505) 2018-11-28 16:15:15 -05:00
Locate.h Add missing 'override' for overridden functions 2018-10-31 15:16:04 +01:00
Merge.cpp Restore correct formatting 2018-11-28 18:29:15 -05:00
Merge.h Add missing 'override' for overridden functions 2018-10-31 15:16:04 +01:00
Remove.cpp Global const for KeyFileOption (CLI) (#2505) 2018-11-28 16:15:15 -05:00
Remove.h Adding --quiet option to the CLI. (#2507) 2018-11-28 11:24:12 -05:00
Show.cpp Restore correct formatting 2018-11-28 18:29:15 -05:00
Show.h CLI: add commands to show and copy TOTP to clipboard (#2454) 2018-11-09 21:58:42 -05:00
TextStream.cpp Fix stdin/stdout encoding on Windows. (#2425) 2018-10-28 19:55:00 +01:00
TextStream.h Adding --quiet option to the CLI. (#2507) 2018-11-28 11:24:12 -05:00
Utils.cpp Restore correct formatting 2018-11-28 18:29:15 -05:00
Utils.h Restore correct formatting 2018-11-28 18:29:15 -05:00