mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 02:42:48 +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
|
||||
class KUrl;
|
||||
class KDateTime;
|
||||
#include <QObject>
|
||||
KDECORE_EXPORT QDebug operator<<(QDebug s, const KUrl &url);
|
||||
KDECORE_EXPORT QDebug operator<<(QDebug s, const KDateTime &time);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue