mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-10-01 01:26:01 -04:00
Update include guard name.
This commit is contained in:
parent
a8a6439ba0
commit
6422dee4fc
@ -15,8 +15,8 @@
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#ifndef KEEPASSX_DATABASEMANAGER_H
|
||||
#define KEEPASSX_DATABASEMANAGER_H
|
||||
#ifndef KEEPASSX_DATABASETABWIDGET_H
|
||||
#define KEEPASSX_DATABASETABWIDGET_H
|
||||
|
||||
#include <QtCore/QHash>
|
||||
#include <QtCore/QObject>
|
||||
@ -87,4 +87,4 @@ private:
|
||||
KeyOpenDialog* m_curKeyDialog;
|
||||
};
|
||||
|
||||
#endif // KEEPASSX_DATABASEMANAGER_H
|
||||
#endif // KEEPASSX_DATABASETABWIDGET_H
|
||||
|
Loading…
Reference in New Issue
Block a user