mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 10:52:49 +00:00
kdecore: remove redundant QObject header inclusion in kdebug header
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
dd07d6844b
commit
7968d99aed
1 changed files with 0 additions and 1 deletions
|
@ -177,7 +177,6 @@ static inline QDebug kFatal(bool cond, int area = KDE_DEFAULT_DEBUG_AREA)
|
||||||
// operators for KDE types
|
// operators for KDE types
|
||||||
class KUrl;
|
class KUrl;
|
||||||
class KDateTime;
|
class KDateTime;
|
||||||
#include <QObject>
|
|
||||||
KDECORE_EXPORT QDebug operator<<(QDebug s, const KUrl &url);
|
KDECORE_EXPORT QDebug operator<<(QDebug s, const KUrl &url);
|
||||||
KDECORE_EXPORT QDebug operator<<(QDebug s, const KDateTime &time);
|
KDECORE_EXPORT QDebug operator<<(QDebug s, const KDateTime &time);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue