mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-21 19:41:19 -06:00
Use common format for all include guards and avoid leading underscores
Use a common format for all include guards, make sure each header file has one and make sure it's named after the file name. And as a random extra in this commit: Make sure the gen_version.h file generated by cmake ends with a line break. Closes #59.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef __PREFERENCESDIALOG_H__
|
||||
#define __PREFERENCESDIALOG_H__
|
||||
#ifndef PREFERENCESDIALOG_H
|
||||
#define PREFERENCESDIALOG_H
|
||||
|
||||
#include <QDialog>
|
||||
#include <QVariant>
|
||||
|
||||
Reference in New Issue
Block a user