Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 485680 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/lib/app/qz_namespace.h (-4 / +4 lines)
Lines 37-47 Link Here
37
namespace Qz
37
namespace Qz
38
{
38
{
39
// Version of session.dat file
39
// Version of session.dat file
40
#if QT_VERSION >= 0x050000
40
//#if QT_VERSION >= 0x050000
41
static const int sessionVersion = 0x0003 | 0x050000;
41
//static const int sessionVersion = 0x0003 | 0x050000;
42
#else
42
//#else
43
static const int sessionVersion = 0x0003;
43
static const int sessionVersion = 0x0003;
44
#endif
44
//#endif
45
45
46
enum AppMessageType {
46
enum AppMessageType {
47
    AM_SetAdBlockIconEnabled,
47
    AM_SetAdBlockIconEnabled,

Return to bug 485680