AnalyzerBase: Remove obsolete code

This commit is contained in:
Jonas Kvinge 2022-01-17 22:45:19 +01:00
parent 56b2630a1c
commit 7b9d784a64
1 changed files with 1 additions and 8 deletions

View File

@ -47,14 +47,7 @@
//
// TODO:
// Make an INSTRUCTIONS file
// can't mod scope in analyze you have to use transform
// for 2D use setErasePixmap Qt function insetead of m_background
// make the linker happy only for gcc < 4.0
#if !(__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 0)) && \
!defined(Q_OS_WIN32)
template class Analyzer::Base<QWidget>;
#endif
// can't mod scope in analyze you have to use transform for 2D use setErasePixmap Qt function insetead of m_background
Analyzer::Base::Base(QWidget *parent, const uint scopeSize)
: QWidget(parent),