mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 10:52:49 +00:00
kdecore: remove deprecated debug definitions
This commit is contained in:
parent
078b3431a5
commit
fcb4f92ad4
1 changed files with 0 additions and 16 deletions
|
@ -59,22 +59,6 @@
|
|||
# define KDE_DEBUG_ENABLED_BY_DEFAULT true
|
||||
#endif
|
||||
|
||||
/**
|
||||
* An indicator of where you are in a source file, to be used in
|
||||
* warnings (perhaps debug messages too).
|
||||
* @deprecated kDebug takes care of printing the method name automatically now
|
||||
*/
|
||||
#define k_funcinfo ""
|
||||
|
||||
/**
|
||||
* An indicator of where you are in a source file, to be used in
|
||||
* warnings (perhaps debug messages too). Gives an accurate
|
||||
* idea of where the message comes from. Not suitable for
|
||||
* user-visible messages.
|
||||
* @deprecated kDebug takes care of printing the method name automatically now
|
||||
*/
|
||||
#define k_lineinfo "[" << __FILE__ << ":" << __LINE__ << "] "
|
||||
|
||||
/**
|
||||
* @internal
|
||||
* Returns a debug stream that may or may not output anything.
|
||||
|
|
Loading…
Add table
Reference in a new issue