mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 18:32:53 +00:00
generic: misc cleanups
This commit is contained in:
parent
87bf341f61
commit
92c4d6413c
2 changed files with 4 additions and 4 deletions
|
@ -148,7 +148,7 @@ LocationTable::AnchorInTable LocationTable::anchorForOffset(std::size_t offset,
|
|||
}
|
||||
|
||||
m_currentOffset = m_offsetTable.lowerBound(offset);
|
||||
//kDebug() << k_funcinfo << offset << "found" << m_currentOffset.key();
|
||||
//kDebug() << offset << "found" << m_currentOffset.key();
|
||||
if (m_currentOffset == constEnd)
|
||||
--m_currentOffset;
|
||||
|
||||
|
|
|
@ -555,7 +555,7 @@ void FDFormat::processStdOut(KProcess *, char *b, int l)
|
|||
DDZeroOut::DDZeroOut(QObject *p) :
|
||||
FloppyAction(p)
|
||||
{
|
||||
kDebug(KFAREA) << k_funcinfo ;
|
||||
kDebug(KFAREA);
|
||||
theProcessName = QString::fromLatin1("dd");
|
||||
setObjectName( QLatin1String("DD" ));
|
||||
}
|
||||
|
@ -568,7 +568,7 @@ DDZeroOut::DDZeroOut(QObject *p) :
|
|||
|
||||
/* virtual */ void DDZeroOut::exec()
|
||||
{
|
||||
kDebug(KFAREA) << k_funcinfo ;
|
||||
kDebug(KFAREA);
|
||||
|
||||
if ( deviceName.isEmpty() )
|
||||
{
|
||||
|
@ -602,7 +602,7 @@ DDZeroOut::DDZeroOut(QObject *p) :
|
|||
|
||||
void DDZeroOut::processDone(KProcess *p)
|
||||
{
|
||||
kDebug(KFAREA) << k_funcinfo ;
|
||||
kDebug(KFAREA);
|
||||
|
||||
if (p!=theProcess)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue