Formatting, Doxygen

This commit is contained in:
Klaus Basan
2014-11-22 19:07:51 +01:00
committed by Roland Winklmeier
parent 42a4e0b48b
commit d581dda272
2 changed files with 2 additions and 3 deletions

View File

@@ -126,7 +126,6 @@ namespace BlackGui
// re-stretch
this->horizontalHeader()->setStretchLastSection(true);
}
qDebug() << this->objectName() << "resize ms:" << t.elapsed() << QThread::currentThreadId();
}
void CViewBaseNonTemplate::ps_customMenuRequested(QPoint pos)

View File

@@ -117,8 +117,8 @@ namespace BlackGui
int m_skipResizeThreshold = 40; //!< when to skip resize (rows count)
int m_resizeAutoNthTime = 1; //!< with ResizeAuto, resize every n-th time
bool m_forceStretchLastColumnWhenResized = false; //!< a small table might (few columns) might to fail stretching, force again
bool m_withMenuItemClear = false;
bool m_withMenuItemRefresh = false;
bool m_withMenuItemClear = false; //!< allow clearing the view via menu
bool m_withMenuItemRefresh = false; //!< allow refreshing the view via menu
protected slots:
//! Helper method with template free signature serving as callback from threaded worker