mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-23 10:22:48 +00:00
kparts: log BrowserExtension debug messages to the kparts area
1202 is not reserved for anything Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
0b998b4881
commit
eccb19edf8
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ void BrowserExtension::BrowserExtensionPrivate::createActionSlotMap()
|
|||
ActionSlotMap::ConstIterator itEnd = s_actionSlotMap->constEnd();
|
||||
for ( int i=0 ; it != itEnd ; ++it, ++i )
|
||||
{
|
||||
//kDebug(1202) << " action " << it.key() << " number " << i;
|
||||
//kDebug(1000) << " action " << it.key() << " number " << i;
|
||||
s_actionNumberMap->insert( it.key(), i );
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue