kdecore: remove redundant QObject header inclusion in kdebug header

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2021-08-08 22:45:23 +03:00
parent dd07d6844b
commit 7968d99aed

View file

@ -177,7 +177,6 @@ static inline QDebug kFatal(bool cond, int area = KDE_DEFAULT_DEBUG_AREA)
// operators for KDE types
class KUrl;
class KDateTime;
#include <QObject>
KDECORE_EXPORT QDebug operator<<(QDebug s, const KUrl &url);
KDECORE_EXPORT QDebug operator<<(QDebug s, const KDateTime &time);