Merge global.h into keepassx.h

git-svn-id: https://svn.code.sf.net/p/keepassx/code/trunk@335 b624d157-de02-0410-bad0-e51aec6abb33
master
sniperbeamer 15 years ago
parent 89b4d6032b
commit 9b620089ca
  1. 1
      src/crypto/blowfish.h
  2. 3
      src/global.h
  3. 3
      src/keepassx.h
  4. 1
      src/src.pro

@ -24,7 +24,6 @@
#ifndef BLOWFISH_H
#define BLOWFISH_H
#include "global.h"
#include <qglobal.h>
//#include <stdint.h>
#include <string>

@ -1,3 +0,0 @@
#define KEEPASS_LITTLE_ENDIAN
//#define KEEPASS_BIG_ENDIAN

@ -30,6 +30,9 @@
#define BUILTIN_ICONS 69
#define KEEPASS_LITTLE_ENDIAN
//#define KEEPASS_BIG_ENDIAN
// often used, stable header files for pch
#ifdef __cplusplus

@ -187,7 +187,6 @@ TRANSLATIONS = $$TRANSLATIONS_KX $$TRANSLATIONS_DISABLED translations/keepassx-x
#TRANSLATIONS_COMPILE = $$TRANSLATIONS_KX $$TRANSLATIONS_QT
HEADERS += main.h \
global.h \
mainwindow.h \
KpxConfig.h \
Database.h \