mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-08-22 13:02:10 -04:00
Update include guard name.
This commit is contained in:
parent
a8a6439ba0
commit
6422dee4fc
1 changed files with 3 additions and 3 deletions
|
@ -15,8 +15,8 @@
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef KEEPASSX_DATABASEMANAGER_H
|
#ifndef KEEPASSX_DATABASETABWIDGET_H
|
||||||
#define KEEPASSX_DATABASEMANAGER_H
|
#define KEEPASSX_DATABASETABWIDGET_H
|
||||||
|
|
||||||
#include <QtCore/QHash>
|
#include <QtCore/QHash>
|
||||||
#include <QtCore/QObject>
|
#include <QtCore/QObject>
|
||||||
|
@ -87,4 +87,4 @@ private:
|
||||||
KeyOpenDialog* m_curKeyDialog;
|
KeyOpenDialog* m_curKeyDialog;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // KEEPASSX_DATABASEMANAGER_H
|
#endif // KEEPASSX_DATABASETABWIDGET_H
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue