0
0
mirror of https://github.com/keepassxreboot/keepassxc.git synced 2024-09-19 20:02:18 +02:00

Address comments

This commit is contained in:
Jonathan White 2018-11-22 07:47:34 -05:00
parent 4aab93084a
commit a67cac1322
3 changed files with 7 additions and 6 deletions

View File

@ -130,13 +130,13 @@ For **Qt-UI files** (*.ui*): 2 spaces
#include "MyWidget.h"
#include "ui_MyWidget.h"
// Global includes
#include <QWidget>
#include <stdin>
// Application includes
#include "core/Config.h"
#include "core/FilePath.h"
// Global includes
#include <QWidget>
#include <stdin>
```
#### Classes

View File

@ -1,4 +1,5 @@
[TIP]: # ( Provide a general summary of the issue in the title above ^^ )
[TIP]: # ( Do not include screenshots of your actual database! )
## Expected Behavior
[NOTE]: # ( If you're describing a bug, tell us what should happen )

View File

@ -15,12 +15,12 @@
## Screenshots
[TIP]: # ( Do not include screenshots of your actual repository! )
[TIP]: # ( Do not include screenshots of your actual database! )
## Testing strategy
[NOTE]: # ( Please describe in detail how you tested your changes. )
[TIP]: # ( We expect all new code to be covered by unit tests! )
[TIP]: # ( We expect new code to be covered by unit tests and documented with doc blocks! )
## Checklist: