diff options
author | Dror Levin <spatz@gentoo.org> | 2009-12-13 02:08:54 +0000 |
---|---|---|
committer | Dror Levin <spatz@gentoo.org> | 2009-12-13 02:08:54 +0000 |
commit | d8ef65388114f5f07f94b5096a950a0bc19e194b (patch) | |
tree | 5e2c393afb16d390dd644c6437be5b64026fdf10 /app-admin/keepassx/files | |
parent | Simplify src_test(). (diff) | |
download | gentoo-2-d8ef65388114f5f07f94b5096a950a0bc19e194b.tar.gz gentoo-2-d8ef65388114f5f07f94b5096a950a0bc19e194b.tar.bz2 gentoo-2-d8ef65388114f5f07f94b5096a950a0bc19e194b.zip |
Backport patch from trunk to fix compilation with Qt-4.6, bug 295466.
(Portage version: 2.2_rc58/cvs/Linux x86_64)
Diffstat (limited to 'app-admin/keepassx/files')
-rw-r--r-- | app-admin/keepassx/files/keepassx-0.4.1-compile-with-qt-4.6.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/app-admin/keepassx/files/keepassx-0.4.1-compile-with-qt-4.6.patch b/app-admin/keepassx/files/keepassx-0.4.1-compile-with-qt-4.6.patch new file mode 100644 index 000000000000..26aa51dc0836 --- /dev/null +++ b/app-admin/keepassx/files/keepassx-0.4.1-compile-with-qt-4.6.patch @@ -0,0 +1,11 @@ +--- trunk/src/Database.h 2009/12/12 23:06:47 349 ++++ trunk/src/Database.h 2009/12/12 23:28:46 350 +@@ -233,7 +233,7 @@ + /*! + This is the common base interface for databases. Every database class must implement this interface necessarily. + */ +-class IDatabase:public QObject{ ++class IDatabase{ + public: + virtual ~IDatabase(){}; + |