forked from pool/liblxqt
55083fe6af
fix build. include QObject explicitly. OBS-URL: https://build.opensuse.org/request/show/337216 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/liblxqt?expand=0&rev=4
26 lines
605 B
Diff
26 lines
605 B
Diff
From 7303ea207de0771d6f450a31ec4a1ce69202869b Mon Sep 17 00:00:00 2001
|
|
From: rezso <rezso@rezso.net>
|
|
Date: Sun, 5 Jul 2015 18:46:13 +0200
|
|
Subject: [PATCH 01/17] fix build with qt 5.5
|
|
|
|
(lxqtnotification.h:43:5: error: 'Q_OBJECT' does not name a type)
|
|
---
|
|
lxqtnotification.h | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/lxqtnotification.h b/lxqtnotification.h
|
|
index 4334a55..2d74504 100644
|
|
--- a/lxqtnotification.h
|
|
+++ b/lxqtnotification.h
|
|
@@ -25,6 +25,7 @@
|
|
#ifndef LXQTNOTIFICATION_H
|
|
#define LXQTNOTIFICATION_H
|
|
|
|
+#include <QObject>
|
|
#include <QStringList>
|
|
#include "lxqtglobals.h"
|
|
|
|
--
|
|
2.5.2
|
|
|