mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-08 06:22:53 -04:00
Coding style fixes.
This commit is contained in:
parent
5de0ec94e0
commit
dff3fc0572
14 changed files with 23 additions and 23 deletions
|
@ -16,8 +16,8 @@
|
|||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef KEEPASSX_HEADERVIEWSYNC_H
|
||||
#define KEEPASSX_HEADERVIEWSYNC_H
|
||||
#ifndef KEEPASSX_DATABASEWIDGETSTATESYNC_H
|
||||
#define KEEPASSX_DATABASEWIDGETSTATESYNC_H
|
||||
|
||||
#include "gui/DatabaseWidget.h"
|
||||
|
||||
|
@ -51,4 +51,4 @@ private:
|
|||
QList<int> m_columnSizesSearch;
|
||||
};
|
||||
|
||||
#endif // KEEPASSX_HEADERVIEWSYNC_H
|
||||
#endif // KEEPASSX_DATABASEWIDGETSTATESYNC_H
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue