Revision 6a044e5...
Go back to digest for 13th November 2011Bug Fixes in Utilities
Jonathan Michael Thomas committed changes in [libqapt] src/backend.cpp:
Fix build with newer versions of Xapian.
More recent versions of Xapian have a class with a member variable called "slots".
This conflicts with a macro that Qt defines also called slots. We are already using
the safer Q_SLOTS macro in LibQApt, but we still need to #undef slots, since Qt
declares the macro whether we use it or not.
FIXED-IN:1.2.3
Bug 280024: error in compiling
85 days
File Changes
Modified 1 files
- src/backend.cpp
1 files changed in total