AnalyzerBase: Remove obsolete code
This commit is contained in:
@@ -47,14 +47,7 @@
|
|||||||
//
|
//
|
||||||
// TODO:
|
// TODO:
|
||||||
// Make an INSTRUCTIONS file
|
// Make an INSTRUCTIONS file
|
||||||
// can't mod scope in analyze you have to use transform
|
// can't mod scope in analyze you have to use transform for 2D use setErasePixmap Qt function insetead of m_background
|
||||||
// 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
|
|
||||||
|
|
||||||
Analyzer::Base::Base(QWidget *parent, const uint scopeSize)
|
Analyzer::Base::Base(QWidget *parent, const uint scopeSize)
|
||||||
: QWidget(parent),
|
: QWidget(parent),
|
||||||
|
|||||||
Reference in New Issue
Block a user